]> nv-tegra.nvidia Code Review - linux-2.6.git/blob - arch/arm/mach-s3c2410/Kconfig
Merge branch 'thinkpad' into release
[linux-2.6.git] / arch / arm / mach-s3c2410 / Kconfig
1 # arch/arm/mach-s3c2410/Kconfig
2 #
3 # Copyright 2007 Simtec Electronics
4 #
5 # Licensed under GPLv2
6
7 config CPU_S3C2410
8         bool
9         depends on ARCH_S3C2410
10         select CPU_ARM920T
11         select S3C2410_CLOCK
12         select S3C2410_GPIO
13         select CPU_LLSERIAL_S3C2410
14         select S3C2410_PM if PM
15         select S3C2410_CPUFREQ if CPU_FREQ_S3C24XX
16         help
17           Support for S3C2410 and S3C2410A family from the S3C24XX line
18           of Samsung Mobile CPUs.
19
20 config CPU_S3C2410_DMA
21         bool
22         depends on S3C2410_DMA && (CPU_S3C2410 || CPU_S3C2442)
23         default y if CPU_S3C2410 || CPU_S3C2442
24         help
25           DMA device selection for S3C2410 and compatible CPUs
26
27 config S3C2410_PM
28         bool
29         help
30           Power Management code common to S3C2410 and better
31
32 config S3C2410_GPIO
33         bool
34         help
35           GPIO code for S3C2410 and similar processors
36
37 config SIMTEC_NOR
38         bool
39         help
40           Internal node to specify machine has simtec NOR mapping
41
42 config MACH_BAST_IDE
43         bool
44         select HAVE_PATA_PLATFORM
45         help
46           Internal node for machines with an BAST style IDE
47           interface
48
49 # cpu frequency scaling support
50
51 config S3C2410_CPUFREQ
52         bool
53         depends on CPU_FREQ_S3C24XX && CPU_S3C2410
54         select S3C2410_CPUFREQ_UTILS
55         help
56           CPU Frequency scaling support for S3C2410
57
58 config S3C2410_PLLTABLE
59         bool
60         depends on S3C2410_CPUFREQ && CPU_FREQ_S3C24XX_PLL
61         default y
62         help
63           Select the PLL table for the S3C2410
64
65 menu "S3C2410 Machines"
66
67 config ARCH_SMDK2410
68         bool "SMDK2410/A9M2410"
69         select CPU_S3C2410
70         select MACH_SMDK
71         help
72            Say Y here if you are using the SMDK2410 or the derived module A9M2410
73            <http://www.fsforth.de>
74
75 config ARCH_H1940
76         bool "IPAQ H1940"
77         select CPU_S3C2410
78         select PM_H1940 if PM
79         select S3C_DEV_USB_HOST
80         help
81           Say Y here if you are using the HP IPAQ H1940
82
83 config PM_H1940
84         bool
85         help
86           Internal node for H1940 and related PM
87
88 config MACH_N30
89         bool "Acer N30 family"
90         select CPU_S3C2410
91         select S3C_DEV_USB_HOST
92         help
93           Say Y here if you want suppt for the Acer N30, Acer N35,
94           Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs.
95
96 config ARCH_BAST
97         bool "Simtec Electronics BAST (EB2410ITX)"
98         select CPU_S3C2410
99         select S3C2410_IOTIMING if S3C2410_CPUFREQ
100         select PM_SIMTEC if PM
101         select SIMTEC_NOR
102         select MACH_BAST_IDE
103         select S3C24XX_DCLK
104         select ISA
105         select S3C_DEV_USB_HOST
106         help
107           Say Y here if you are using the Simtec Electronics EB2410ITX
108           development board (also known as BAST)
109
110 config MACH_OTOM
111         bool "NexVision OTOM Board"
112         select CPU_S3C2410
113         select S3C_DEV_USB_HOST
114         help
115           Say Y here if you are using the Nex Vision OTOM board
116
117 config MACH_AML_M5900
118         bool "AML M5900 Series"
119         select CPU_S3C2410
120         select PM_SIMTEC if PM
121         select S3C_DEV_USB_HOST
122         help
123            Say Y here if you are using the American Microsystems M5900 Series
124            <http://www.amltd.com>
125
126 config BAST_PC104_IRQ
127         bool "BAST PC104 IRQ support"
128         depends on ARCH_BAST
129         default y
130         help
131           Say Y here to enable the PC104 IRQ routing on the
132           Simtec BAST (EB2410ITX)
133
134 config MACH_TCT_HAMMER
135         bool "TCT Hammer Board"
136         select CPU_S3C2410
137         select S3C_DEV_USB_HOST
138         help
139            Say Y here if you are using the TinCanTools Hammer Board
140            <http://www.tincantools.com>
141
142 config MACH_VR1000
143         bool "Thorcom VR1000"
144         select PM_SIMTEC if PM
145         select S3C24XX_DCLK
146         select SIMTEC_NOR
147         select MACH_BAST_IDE
148         select CPU_S3C2410
149         select S3C_DEV_USB_HOST
150         help
151           Say Y here if you are using the Thorcom VR1000 board.
152
153 config MACH_QT2410
154         bool "QT2410"
155         select CPU_S3C2410
156         select S3C_DEV_USB_HOST
157         help
158            Say Y here if you are using the Armzone QT2410
159
160 endmenu