blob: 83e3dc32be910634de53bfcabd04c77ac2fcd79d [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001if ARCH_PXA
2
eric miao2c8086a2007-09-11 19:13:17 -07003menu "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
Eric Miao5d31e432008-07-11 12:45:39 +080019config CPU_PXA930
20 bool "PXA930 (codename Tavor-P)"
21
Eric Miaof1c6cd62008-11-26 15:39:39 +080022config CPU_PXA935
23 bool "PXA935 (codename Tavor-P65)"
24
eric miao2c8086a2007-09-11 19:13:17 -070025endmenu
26
27endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070028
Jaya Kumar90b8fc32008-03-15 05:11:07 +010029config ARCH_GUMSTIX
30 bool "Gumstix XScale boards"
31 help
32 Say Y here if you intend to run this kernel on a
33 Gumstix Full Function Minature Computer.
34
Dmitry Baryshkovc0b85562008-07-02 13:50:09 +010035config MACH_GUMSTIX_F
36 bool "Basix, Connex, ws-200ax, ws-400ax systems"
37 depends on ARCH_GUMSTIX
38 select PXA25x
39
Linus Torvalds1da177e2005-04-16 15:20:36 -070040config ARCH_LUBBOCK
41 bool "Intel DBPXA250 Development Platform"
42 select PXA25x
43 select SA1111
Russell King7a5063d2008-08-22 11:09:38 +010044 select PXA_HAVE_BOARD_IRQS
Linus Torvalds1da177e2005-04-16 15:20:36 -070045
Lennert Buytenheke9937d42006-03-28 21:08:13 +010046config MACH_LOGICPD_PXA270
47 bool "LogicPD PXA270 Card Engine Development Platform"
48 select PXA27x
Russell King4a730712008-05-18 13:11:02 +010049 select HAVE_PWM
Russell King7a5063d2008-08-22 11:09:38 +010050 select PXA_HAVE_BOARD_IRQS
Lennert Buytenheke9937d42006-03-28 21:08:13 +010051
Linus Torvalds1da177e2005-04-16 15:20:36 -070052config MACH_MAINSTONE
53 bool "Intel HCDDBBVA0 Development Platform"
54 select PXA27x
Russell King402e4902008-04-13 21:47:01 +010055 select HAVE_PWM
Russell King7a5063d2008-08-22 11:09:38 +010056 select PXA_HAVE_BOARD_IRQS
Linus Torvalds1da177e2005-04-16 15:20:36 -070057
Kristoffer Ericson49ea26d02008-10-02 20:15:35 +010058config MACH_MP900C
59 bool "Nec Mobilepro 900/c"
60 select PXA25x
Linus Torvalds1da177e2005-04-16 15:20:36 -070061
62config ARCH_PXA_IDP
63 bool "Accelent Xscale IDP"
64 select PXA25x
65
66config PXA_SHARPSL
Richard Purdie0dd28f12005-09-13 01:25:34 -070067 bool "SHARP Zaurus SL-5600, SL-C7xx and SL-Cxx00 Models"
Linus Torvalds1da177e2005-04-16 15:20:36 -070068 select SHARP_SCOOP
69 select SHARP_PARAM
70 help
71 Say Y here if you intend to run this kernel on a
Richard Purdie0dd28f12005-09-13 01:25:34 -070072 Sharp Zaurus SL-5600 (Poodle), SL-C700 (Corgi),
73 SL-C750 (Shepherd), SL-C760 (Husky), SL-C1000 (Akita),
Dirk Opfer8459c152005-11-06 14:27:52 +000074 SL-C3000 (Spitz), SL-C3100 (Borzoi) or SL-C6000x (Tosa)
75 handheld computer.
Linus Torvalds1da177e2005-04-16 15:20:36 -070076
Eric Miao45e2a9b2008-10-21 11:36:19 +080077config CORGI_SSP_DEPRECATED
78 bool
79 select PXA_SSP
80 help
81 This option will include corgi_ssp.c and corgi_lcd.c
82 that corgi_ts.c and other legacy drivers (corgi_bl.c
83 and sharpsl_pm.c) may depend on.
84
Dmitry Baryshkovc7b4f5b2008-07-01 15:45:10 +010085config MACH_POODLE
86 bool "Enable Sharp SL-5600 (Poodle) Support"
87 depends on PXA_SHARPSL
88 select PXA25x
89 select SHARP_LOCOMO
90 select PXA_SSP
91
92config MACH_CORGI
93 bool "Enable Sharp SL-C700 (Corgi) Support"
94 depends on PXA_SHARPSL
95 select PXA25x
96 select PXA_SHARP_C7xx
97
98config MACH_SHEPHERD
99 bool "Enable Sharp SL-C750 (Shepherd) Support"
100 depends on PXA_SHARPSL
101 select PXA25x
102 select PXA_SHARP_C7xx
103
104config MACH_HUSKY
105 bool "Enable Sharp SL-C760 (Husky) Support"
106 depends on PXA_SHARPSL
107 select PXA25x
108 select PXA_SHARP_C7xx
109
110config MACH_AKITA
111 bool "Enable Sharp SL-1000 (Akita) Support"
112 depends on PXA_SHARPSL
113 select PXA27x
114 select PXA_SHARP_Cxx00
115 select MACH_SPITZ
116 select I2C
117 select I2C_PXA
118
119config MACH_SPITZ
120 bool "Enable Sharp Zaurus SL-3000 (Spitz) Support"
121 depends on PXA_SHARPSL
122 select PXA27x
123 select PXA_SHARP_Cxx00
124
125config MACH_BORZOI
126 bool "Enable Sharp Zaurus SL-3100 (Borzoi) Support"
127 depends on PXA_SHARPSL
128 select PXA27x
129 select PXA_SHARP_Cxx00
130
131config MACH_TOSA
132 bool "Enable Sharp SL-6000x (Tosa) Support"
133 depends on PXA_SHARPSL
134 select PXA25x
Russell King7a5063d2008-08-22 11:09:38 +0100135 select PXA_HAVE_BOARD_IRQS
Dmitry Baryshkovc7b4f5b2008-07-01 15:45:10 +0100136
Marc Zyngier352699a2008-08-14 17:20:31 +0200137config ARCH_VIPER
138 bool "Arcom/Eurotech VIPER SBC"
139 select PXA25x
140 select ISA
141 select I2C_GPIO
142 select HAVE_PWM
143 select PXA_HAVE_BOARD_IRQS
144 select PXA_HAVE_ISA_IRQS
Linus Torvalds1da177e2005-04-16 15:20:36 -0700145
Ian Molton3abcd192007-11-19 13:16:56 +0100146config ARCH_PXA_ESERIES
147 bool "PXA based Toshiba e-series PDAs"
148 select PXA25x
Russell King7a5063d2008-08-22 11:09:38 +0100149 select PXA_HAVE_BOARD_IRQS
Ian Molton3abcd192007-11-19 13:16:56 +0100150
151config MACH_E330
152 bool "Toshiba e330"
153 default y
154 depends on ARCH_PXA_ESERIES
155 help
156 Say Y here if you intend to run this kernel on a Toshiba
157 e330 family PDA.
158
Ian Moltonb3d354b2008-06-25 22:39:31 +0100159config MACH_E350
160 bool "Toshiba e350"
161 default y
162 depends on ARCH_PXA_ESERIES
163 help
164 Say Y here if you intend to run this kernel on a Toshiba
165 e350 family PDA.
166
Ian Molton3abcd192007-11-19 13:16:56 +0100167config MACH_E740
168 bool "Toshiba e740"
169 default y
170 depends on ARCH_PXA_ESERIES
Ian Moltonac2536102008-07-10 20:17:27 +0100171 select FB_W100
Ian Molton3abcd192007-11-19 13:16:56 +0100172 help
173 Say Y here if you intend to run this kernel on a Toshiba
174 e740 family PDA.
175
176config MACH_E750
177 bool "Toshiba e750"
178 default y
179 depends on ARCH_PXA_ESERIES
Ian Moltonac2536102008-07-10 20:17:27 +0100180 select FB_W100
Ian Molton3abcd192007-11-19 13:16:56 +0100181 help
182 Say Y here if you intend to run this kernel on a Toshiba
183 e750 family PDA.
184
185config MACH_E400
186 bool "Toshiba e400"
187 default y
188 depends on ARCH_PXA_ESERIES
189 help
190 Say Y here if you intend to run this kernel on a Toshiba
191 e400 family PDA.
192
193config MACH_E800
194 bool "Toshiba e800"
195 default y
196 depends on ARCH_PXA_ESERIES
Ian Moltonac2536102008-07-10 20:17:27 +0100197 select FB_W100
Ian Molton3abcd192007-11-19 13:16:56 +0100198 help
199 Say Y here if you intend to run this kernel on a Toshiba
200 e800 family PDA.
201
Jürgen Schindele642aa662008-08-18 21:45:03 +0100202config TRIZEPS_PXA
203 bool "PXA based Keith und Koep Trizeps DIMM-Modules"
204
Jürgen Schindele326764a2006-06-29 16:01:43 +0100205config MACH_TRIZEPS4
206 bool "Keith und Koep Trizeps4 DIMM-Module"
Jürgen Schindele642aa662008-08-18 21:45:03 +0100207 depends on TRIZEPS_PXA
208 select TRIZEPS_PCMCIA
Jürgen Schindele326764a2006-06-29 16:01:43 +0100209 select PXA27x
210
Jürgen Schindele642aa662008-08-18 21:45:03 +0100211config MACH_TRIZEPS4WL
212 bool "Keith und Koep Trizeps4-WL DIMM-Module"
213 depends on TRIZEPS_PXA
214 select TRIZEPS_PCMCIA
215 select PXA27x
216 select PXA_SSP
217
218choice
219 prompt "Select base board for Trizeps module"
220 depends on TRIZEPS_PXA
221
222config MACH_TRIZEPS_CONXS
Dmitry Baryshkovc0b85562008-07-02 13:50:09 +0100223 bool "ConXS Eval Board"
Jürgen Schindele642aa662008-08-18 21:45:03 +0100224
225config MACH_TRIZEPS_UCONXS
226 bool "uConXS Eval Board"
227
228config MACH_TRIZEPS_ANY
229 bool "another Board"
230
231endchoice
232
233config TRIZEPS_PCMCIA
234 bool
235 help
236 Enable PCMCIA support for Trizeps modules
Dmitry Baryshkovc0b85562008-07-02 13:50:09 +0100237
Mike Rapoport3d505272007-07-18 11:31:46 +0100238config MACH_EM_X270
239 bool "CompuLab EM-x270 platform"
240 select PXA27x
241
Daniel Mack4e4fc052008-01-23 14:54:50 +0100242config MACH_COLIBRI
243 bool "Toradex Colibri PX27x"
244 select PXA27x
245
eric miao2c8086a2007-09-11 19:13:17 -0700246config MACH_ZYLONITE
Eric Miao043dd642008-05-22 15:07:05 +0800247 bool "PXA3xx Development Platform (aka Zylonite)"
eric miao2c8086a2007-09-11 19:13:17 -0700248 select PXA3xx
Mark Brown58d27fc2008-07-10 17:52:10 +0100249 select PXA_SSP
eric miao5cca9142008-04-13 21:46:34 +0100250 select HAVE_PWM
eric miao2c8086a2007-09-11 19:13:17 -0700251
eric miaoe1d9b952007-12-13 10:41:43 +0800252config MACH_LITTLETON
253 bool "PXA3xx Form Factor Platform (aka Littleton)"
254 select PXA3xx
255 select PXA_SSP
256
Eric Miaobae03312008-07-11 12:59:38 +0800257config MACH_TAVOREVB
258 bool "PXA930 Evaluation Board (aka TavorEVB)"
259 select PXA3xx
260 select PXA930
261
Eric Miaofaf64ed2008-07-11 14:02:20 +0800262config MACH_SAAR
263 bool "PXA930 Handheld Platform (aka SAAR)"
264 select PXA3xx
265 select PXA930
266
Mike Rapoport3696a8a2007-09-23 15:59:26 +0100267config MACH_ARMCORE
Mike Rapoporta7f3f032008-10-05 10:26:55 +0100268 bool "CompuLab CM-X255/CM-X270 modules"
Mike Rapoport3696a8a2007-09-23 15:59:26 +0100269 select PXA27x
270 select IWMMXT
Mike Rapoporta7f3f032008-10-05 10:26:55 +0100271 select PXA25x
272 select PXA_SSP
Mike Rapoport3696a8a2007-09-23 15:59:26 +0100273
Mike Rapoportcf75d8d2008-08-26 14:03:44 +0100274config MACH_CM_X300
275 bool "CompuLab CM-X300 modules"
276 select PXA3xx
277 select CPU_PXA300
Richard Purdie0dd28f12005-09-13 01:25:34 -0700278
Philipp Zabele5c271e2007-11-22 17:59:11 +0100279config MACH_MAGICIAN
280 bool "Enable HTC Magician Support"
Philipp Zabele5c271e2007-11-22 17:59:11 +0100281 select PXA27x
282 select IWMMXT
Russell King7a5063d2008-08-22 11:09:38 +0100283 select PXA_HAVE_BOARD_IRQS
Philipp Zabele5c271e2007-11-22 17:59:11 +0100284
Robert Jarzmikeda6f6e2008-08-17 09:34:30 +0100285config MACH_MIOA701
286 bool "Mitac Mio A701 Support"
287 select PXA27x
288 select IWMMXT
289 select LEDS_GPIO
290 select HAVE_PWM
291 select GPIO_SYSFS
292 help
293 Say Y here if you intend to run this kernel on a
294 MIO A701. Currently there is only basic support
295 for this PDA.
Richard Purdie0dd28f12005-09-13 01:25:34 -0700296
Robert Schwebel34e31d82008-01-08 08:44:23 +0100297config MACH_PCM027
298 bool "Phytec phyCORE-PXA270 CPU module (PCM-027)"
299 select PXA27x
300 select IWMMXT
Guennadi Liakhovetskie1722742008-06-13 09:17:31 +0100301 select PXA_SSP
Russell King7a5063d2008-08-22 11:09:38 +0100302 select PXA_HAVE_BOARD_IRQS
Robert Schwebel34e31d82008-01-08 08:44:23 +0100303
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100304config ARCH_PXA_PALM
305 bool "PXA based Palm PDAs"
306 select HAVE_PWM
307
308config MACH_PALMTX
309 bool "Palm T|X"
310 default y
311 depends on ARCH_PXA_PALM
312 select PXA27x
313 select IWMMXT
314 help
315 Say Y here if you intend to run this kernel on a Palm T|X
316 handheld computer.
317
Sergey Lapinc49e1e62008-08-29 15:47:52 +0100318config MACH_PALMZ72
319 bool "Palm Zire 72"
320 default y
321 depends on ARCH_PXA_PALM
322 select PXA27x
323 select IWMMXT
324 help
325 Say Y here if you intend to run this kernel on Palm Zire 72
326 handheld computer.
327
Robert Schwebel2e927b72008-01-08 08:52:04 +0100328config MACH_PCM990_BASEBOARD
329 bool "PHYTEC PCM-990 development board"
Guennadi Liakhovetskic0f7edb2008-06-13 11:50:44 +0100330 select HAVE_PWM
Dmitry Baryshkovc0b85562008-07-02 13:50:09 +0100331 depends on MACH_PCM027
Robert Schwebel2e927b72008-01-08 08:52:04 +0100332
Richard Purdie0dd28f12005-09-13 01:25:34 -0700333choice
Guennadi Liakhovetskic0f7edb2008-06-13 11:50:44 +0100334 prompt "display on pcm990"
335 depends on MACH_PCM990_BASEBOARD
Richard Purdie0dd28f12005-09-13 01:25:34 -0700336
Guennadi Liakhovetskic0f7edb2008-06-13 11:50:44 +0100337config PCM990_DISPLAY_SHARP
338 bool "sharp lq084v1dg21 stn display"
Richard Purdie0dd28f12005-09-13 01:25:34 -0700339
Guennadi Liakhovetskic0f7edb2008-06-13 11:50:44 +0100340config PCM990_DISPLAY_NEC
341 bool "nec nl6448bc20_18d tft display"
342
343config PCM990_DISPLAY_NONE
344 bool "no display"
Richard Purdie0dd28f12005-09-13 01:25:34 -0700345
346endchoice
347
Jaya Kumar92261342008-08-17 05:59:32 +0100348config MACH_AM200EPD
349 depends on MACH_GUMSTIX_F
350 bool "Enable AM200EPD board support"
Jürgen Schindele326764a2006-06-29 16:01:43 +0100351
Stefan Schmidt9ab24e42008-07-09 08:08:17 +0100352config PXA_EZX
353 bool "Motorola EZX Platform"
354 select PXA27x
355 select IWMMXT
356 select HAVE_PWM
357
358config MACH_EZX_A780
359 bool "Motorola EZX A780"
360 default y
361 depends on PXA_EZX
362
363config MACH_EZX_E680
364 bool "Motorola EZX E680"
365 default y
366 depends on PXA_EZX
367
368config MACH_EZX_A1200
369 bool "Motorola EZX A1200"
370 default y
371 depends on PXA_EZX
372
373config MACH_EZX_A910
374 bool "Motorola EZX A910"
375 default y
376 depends on PXA_EZX
377
378config MACH_EZX_E6
379 bool "Motorola EZX E6"
380 default y
381 depends on PXA_EZX
382
383config MACH_EZX_E2
384 bool "Motorola EZX E2"
385 default y
386 depends on PXA_EZX
387
Linus Torvalds1da177e2005-04-16 15:20:36 -0700388endmenu
389
Linus Torvalds1da177e2005-04-16 15:20:36 -0700390config PXA25x
391 bool
392 help
393 Select code specific to PXA21x/25x/26x variants
394
395config PXA27x
396 bool
397 help
398 Select code specific to PXA27x variants
399
Eric Miao067455a2008-11-26 18:12:04 +0800400config CPU_PXA26x
401 bool
402 select PXA25x
403 help
404 Select code specific to PXA26x (codename Dalhart)
405
eric miao2c8086a2007-09-11 19:13:17 -0700406config PXA3xx
407 bool
408 help
409 Select code specific to PXA3xx variants
410
Linus Torvalds1da177e2005-04-16 15:20:36 -0700411config PXA_SHARP_C7xx
412 bool
Liam Girdwoodb216c012005-11-10 17:45:39 +0000413 select PXA_SSP
Richard Purdieb7557de2006-01-05 20:44:55 +0000414 select SHARPSL_PM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700415 help
416 Enable support for all Sharp C7xx models
417
Richard Purdie0dd28f12005-09-13 01:25:34 -0700418config PXA_SHARP_Cxx00
419 bool
Liam Girdwoodb216c012005-11-10 17:45:39 +0000420 select PXA_SSP
Richard Purdieb7557de2006-01-05 20:44:55 +0000421 select SHARPSL_PM
Richard Purdie0dd28f12005-09-13 01:25:34 -0700422 help
423 Enable common support for Sharp Cxx00 models
424
Liam Girdwoodb216c012005-11-10 17:45:39 +0000425config PXA_SSP
426 tristate
427 help
428 Enable support for PXA2xx SSP ports
eric miao75540c12008-04-13 21:44:04 +0100429
430config PXA_PWM
431 tristate
eric miao5cca9142008-04-13 21:46:34 +0100432 default BACKLIGHT_PWM
eric miao75540c12008-04-13 21:44:04 +0100433 help
434 Enable support for PXA2xx/PXA3xx PWM controllers
Russell King7fecc342008-07-12 21:43:01 +0100435
Dmitry Baryshkov16b32fd2008-07-05 09:02:48 +0100436config TOSA_BT
437 tristate "Control the state of built-in bluetooth chip on Sharp SL-6000"
438 depends on MACH_TOSA
439 select RFKILL
440 help
441 This is a simple driver that is able to control
442 the state of built in bluetooth chip on tosa.
Russell King7fecc342008-07-12 21:43:01 +0100443
Russell King7a5063d2008-08-22 11:09:38 +0100444config PXA_HAVE_BOARD_IRQS
445 bool
446
Marc Zyngier57a7a622008-09-01 13:03:32 +0100447config PXA_HAVE_ISA_IRQS
448 bool
449
Linus Torvalds1da177e2005-04-16 15:20:36 -0700450endif