[ARM] Kconfig typo fix: "PXA930" -> "CPU_PXA930".
[deliverable/linux.git] / arch / arm / mach-pxa / Kconfig
CommitLineData
1da177e4
LT
1if ARCH_PXA
2
2c8086a5 3menu "Intel PXA2xx/PXA3xx Implementations"
4
5if PXA3xx
6
7menu "Supported PXA3xx Processor Variants"
8
9config CPU_PXA300
10 bool "PXA300 (codename Monahans-L)"
11
12config CPU_PXA310
13 bool "PXA310 (codename Monahans-LV)"
14 select CPU_PXA300
15
16config CPU_PXA320
17 bool "PXA320 (codename Monahans-P)"
18
5d31e435
EM
19config CPU_PXA930
20 bool "PXA930 (codename Tavor-P)"
21
f1c6cd62
EM
22config CPU_PXA935
23 bool "PXA935 (codename Tavor-P65)"
24
2c8086a5 25endmenu
26
27endif
1da177e4 28
90b8fc34 29config ARCH_GUMSTIX
3332b0c1
JK
30 bool "Gumstix XScale 255 boards"
31 select PXA25x
90b8fc34 32 help
3332b0c1
JK
33 Say Y here if you intend to run this kernel on
34 Basix, Connex, ws-200ax, ws-400ax systems
90b8fc34 35
3332b0c1
JK
36choice
37 prompt "Gumstix Carrier/Expansion Board"
c0b8556f 38 depends on ARCH_GUMSTIX
3332b0c1
JK
39
40config GUMSTIX_AM200EPD
41 bool "Enable AM200EPD board support"
42
4ce255c1
JK
43config GUMSTIX_AM300EPD
44 bool "Enable AM300EPD board support"
45
3332b0c1 46endchoice
c0b8556f 47
b6795fa9
JC
48config MACH_INTELMOTE2
49 bool "Intel Mote 2 Platform"
50 select PXA27x
51 select IWMMXT
52 select PXA_HAVE_BOARD_IRQS
c0b8556f 53
1da177e4
LT
54config ARCH_LUBBOCK
55 bool "Intel DBPXA250 Development Platform"
56 select PXA25x
57 select SA1111
7a5063d8 58 select PXA_HAVE_BOARD_IRQS
1da177e4 59
e9937d4b
LB
60config MACH_LOGICPD_PXA270
61 bool "LogicPD PXA270 Card Engine Development Platform"
62 select PXA27x
4a730719 63 select HAVE_PWM
7a5063d8 64 select PXA_HAVE_BOARD_IRQS
e9937d4b 65
1da177e4
LT
66config MACH_MAINSTONE
67 bool "Intel HCDDBBVA0 Development Platform"
68 select PXA27x
402e4909 69 select HAVE_PWM
7a5063d8 70 select PXA_HAVE_BOARD_IRQS
1da177e4 71
49ea26d0
KE
72config MACH_MP900C
73 bool "Nec Mobilepro 900/c"
74 select PXA25x
1da177e4
LT
75
76config ARCH_PXA_IDP
77 bool "Accelent Xscale IDP"
78 select PXA25x
79
80config PXA_SHARPSL
0dd28f1d 81 bool "SHARP Zaurus SL-5600, SL-C7xx and SL-Cxx00 Models"
1da177e4
LT
82 select SHARP_SCOOP
83 select SHARP_PARAM
84 help
85 Say Y here if you intend to run this kernel on a
0dd28f1d
RP
86 Sharp Zaurus SL-5600 (Poodle), SL-C700 (Corgi),
87 SL-C750 (Shepherd), SL-C760 (Husky), SL-C1000 (Akita),
8459c159
DO
88 SL-C3000 (Spitz), SL-C3100 (Borzoi) or SL-C6000x (Tosa)
89 handheld computer.
1da177e4 90
45e2a9b4
EM
91config CORGI_SSP_DEPRECATED
92 bool
93 select PXA_SSP
94 help
95 This option will include corgi_ssp.c and corgi_lcd.c
96 that corgi_ts.c and other legacy drivers (corgi_bl.c
97 and sharpsl_pm.c) may depend on.
98
c7b4f5ba
DB
99config MACH_POODLE
100 bool "Enable Sharp SL-5600 (Poodle) Support"
101 depends on PXA_SHARPSL
102 select PXA25x
103 select SHARP_LOCOMO
104 select PXA_SSP
105
106config MACH_CORGI
107 bool "Enable Sharp SL-C700 (Corgi) Support"
108 depends on PXA_SHARPSL
109 select PXA25x
110 select PXA_SHARP_C7xx
111
112config MACH_SHEPHERD
113 bool "Enable Sharp SL-C750 (Shepherd) Support"
114 depends on PXA_SHARPSL
115 select PXA25x
116 select PXA_SHARP_C7xx
117
118config MACH_HUSKY
119 bool "Enable Sharp SL-C760 (Husky) Support"
120 depends on PXA_SHARPSL
121 select PXA25x
122 select PXA_SHARP_C7xx
123
124config MACH_AKITA
125 bool "Enable Sharp SL-1000 (Akita) Support"
126 depends on PXA_SHARPSL
127 select PXA27x
128 select PXA_SHARP_Cxx00
129 select MACH_SPITZ
130 select I2C
131 select I2C_PXA
132
133config MACH_SPITZ
134 bool "Enable Sharp Zaurus SL-3000 (Spitz) Support"
135 depends on PXA_SHARPSL
136 select PXA27x
137 select PXA_SHARP_Cxx00
138
139config MACH_BORZOI
140 bool "Enable Sharp Zaurus SL-3100 (Borzoi) Support"
141 depends on PXA_SHARPSL
142 select PXA27x
143 select PXA_SHARP_Cxx00
144
145config MACH_TOSA
146 bool "Enable Sharp SL-6000x (Tosa) Support"
147 depends on PXA_SHARPSL
148 select PXA25x
7a5063d8 149 select PXA_HAVE_BOARD_IRQS
c7b4f5ba 150
352699a3
MZ
151config ARCH_VIPER
152 bool "Arcom/Eurotech VIPER SBC"
153 select PXA25x
154 select ISA
155 select I2C_GPIO
156 select HAVE_PWM
157 select PXA_HAVE_BOARD_IRQS
158 select PXA_HAVE_ISA_IRQS
c7b4f5ba 159
3abcd199
IM
160config ARCH_PXA_ESERIES
161 bool "PXA based Toshiba e-series PDAs"
162 select PXA25x
7a5063d8 163 select PXA_HAVE_BOARD_IRQS
3abcd199
IM
164
165config MACH_E330
166 bool "Toshiba e330"
167 default y
168 depends on ARCH_PXA_ESERIES
169 help
170 Say Y here if you intend to run this kernel on a Toshiba
171 e330 family PDA.
172
b3d354b8
IM
173config MACH_E350
174 bool "Toshiba e350"
175 default y
176 depends on ARCH_PXA_ESERIES
177 help
178 Say Y here if you intend to run this kernel on a Toshiba
179 e350 family PDA.
180
3abcd199
IM
181config MACH_E740
182 bool "Toshiba e740"
183 default y
184 depends on ARCH_PXA_ESERIES
ac253610 185 select FB_W100
3abcd199
IM
186 help
187 Say Y here if you intend to run this kernel on a Toshiba
188 e740 family PDA.
189
190config MACH_E750
191 bool "Toshiba e750"
192 default y
193 depends on ARCH_PXA_ESERIES
ac253610 194 select FB_W100
3abcd199
IM
195 help
196 Say Y here if you intend to run this kernel on a Toshiba
197 e750 family PDA.
198
199config MACH_E400
200 bool "Toshiba e400"
201 default y
202 depends on ARCH_PXA_ESERIES
203 help
204 Say Y here if you intend to run this kernel on a Toshiba
205 e400 family PDA.
206
207config MACH_E800
208 bool "Toshiba e800"
209 default y
210 depends on ARCH_PXA_ESERIES
ac253610 211 select FB_W100
3abcd199
IM
212 help
213 Say Y here if you intend to run this kernel on a Toshiba
214 e800 family PDA.
215
642aa663
JS
216config TRIZEPS_PXA
217 bool "PXA based Keith und Koep Trizeps DIMM-Modules"
218
bc2fd1c0
AV
219config MACH_H5000
220 bool "HP iPAQ h5000"
221 select PXA25x
222