142fd59a40b335a3741177a6176b379c9eef8f22
[safe/jmp/linux-2.6] / arch / arm / mach-pxa / Kconfig
1 if ARCH_PXA
2
3 menu "Intel PXA2xx/PXA3xx Implementations"
4
5 if PXA3xx
6
7 menu "Supported PXA3xx Processor Variants"
8
9 config CPU_PXA300
10         bool "PXA300 (codename Monahans-L)"
11
12 config CPU_PXA310
13         bool "PXA310 (codename Monahans-LV)"
14         select CPU_PXA300
15
16 config CPU_PXA320
17         bool "PXA320 (codename Monahans-P)"
18
19 config CPU_PXA930
20         bool "PXA930 (codename Tavor-P)"
21
22 config CPU_PXA935
23         bool "PXA935 (codename Tavor-P65)"
24
25 endmenu
26
27 endif
28
29 config ARCH_GUMSTIX
30         bool "Gumstix XScale 255 boards"
31         select PXA25x
32         help
33           Say Y here if you intend to run this kernel on
34           Basix, Connex, ws-200ax, ws-400ax systems
35
36 choice
37         prompt "Gumstix Carrier/Expansion Board"
38         depends on ARCH_GUMSTIX
39
40 config GUMSTIX_AM200EPD
41         bool "Enable AM200EPD board support"
42
43 config GUMSTIX_AM300EPD
44         bool "Enable AM300EPD board support"
45
46 endchoice
47
48 config MACH_INTELMOTE2
49         bool "Intel Mote 2 Platform"
50         select PXA27x
51         select IWMMXT
52         select PXA_HAVE_BOARD_IRQS
53
54 config ARCH_LUBBOCK
55         bool "Intel DBPXA250 Development Platform"
56         select PXA25x
57         select SA1111
58         select PXA_HAVE_BOARD_IRQS
59
60 config MACH_LOGICPD_PXA270
61         bool "LogicPD PXA270 Card Engine Development Platform"
62         select PXA27x
63         select HAVE_PWM
64         select PXA_HAVE_BOARD_IRQS
65
66 config MACH_MAINSTONE
67         bool "Intel HCDDBBVA0 Development Platform"
68         select PXA27x
69         select HAVE_PWM
70         select PXA_HAVE_BOARD_IRQS
71
72 config MACH_MP900C
73         bool "Nec Mobilepro 900/c"
74         select PXA25x
75
76 config ARCH_PXA_IDP
77         bool "Accelent Xscale IDP"
78         select PXA25x
79
80 config PXA_SHARPSL
81         bool "SHARP Zaurus SL-5600, SL-C7xx and SL-Cxx00 Models"
82         select SHARP_SCOOP
83         select SHARP_PARAM
84         help
85           Say Y here if you intend to run this kernel on a
86           Sharp Zaurus SL-5600 (Poodle), SL-C700 (Corgi),
87           SL-C750 (Shepherd), SL-C760 (Husky), SL-C1000 (Akita),
88           SL-C3000 (Spitz), SL-C3100 (Borzoi) or SL-C6000x (Tosa)
89           handheld computer.
90
91 config 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
99 config 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
106 config MACH_CORGI
107         bool "Enable Sharp SL-C700 (Corgi) Support"
108         depends on PXA_SHARPSL
109         select PXA25x
110         select PXA_SHARP_C7xx
111
112 config MACH_SHEPHERD
113         bool "Enable Sharp SL-C750 (Shepherd) Support"
114         depends on PXA_SHARPSL
115         select PXA25x
116         select PXA_SHARP_C7xx
117
118 config MACH_HUSKY
119         bool "Enable Sharp SL-C760 (Husky) Support"
120         depends on PXA_SHARPSL
121         select PXA25x
122         select PXA_SHARP_C7xx
123
124 config 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
133 config 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
139 config 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
145 config MACH_TOSA
146         bool "Enable Sharp SL-6000x (Tosa) Support"
147         depends on PXA_SHARPSL
148         select PXA25x
149         select PXA_HAVE_BOARD_IRQS
150
151 config 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
159
160 config ARCH_PXA_ESERIES
161         bool "PXA based Toshiba e-series PDAs"
162         select PXA25x
163         select PXA_HAVE_BOARD_IRQS
164
165 config 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
173 config 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
181 config MACH_E740
182         bool "Toshiba e740"
183         default y
184         depends on ARCH_PXA_ESERIES
185         select FB_W100
186         help
187           Say Y here if you intend to run this kernel on a Toshiba
188           e740 family PDA.
189
190 config MACH_E750
191         bool "Toshiba e750"
192         default y
193         depends on ARCH_PXA_ESERIES
194         select FB_W100
195         help
196           Say Y here if you intend to run this kernel on a Toshiba
197           e750 family PDA.
198
199 config 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
207 config MACH_E800
208         bool "Toshiba e800"
209         default y
210         depends on ARCH_PXA_ESERIES
211         select FB_W100
212         help
213           Say Y here if you intend to run this kernel on a Toshiba
214           e800 family PDA.
215
216 config TRIZEPS_PXA
217         bool "PXA based Keith und Koep Trizeps DIMM-Modules"
218
219 config MACH_H5000
220         bool "HP iPAQ h5000"
221         select PXA25x
222
223 config MACH_TRIZEPS4
224         bool "Keith und Koep Trizeps4 DIMM-Module"
225         depends on TRIZEPS_PXA
226         select TRIZEPS_PCMCIA
227         select PXA27x
228
229 config MACH_TRIZEPS4WL
230         bool "Keith und Koep Trizeps4-WL DIMM-Module"
231         depends on TRIZEPS_PXA
232         select TRIZEPS_PCMCIA
233         select PXA27x
234         select PXA_SSP
235
236 choice
237         prompt "Select base board for Trizeps module"
238         depends on TRIZEPS_PXA
239
240 config MACH_TRIZEPS_CONXS
241         bool "ConXS Eval Board"
242
243 config MACH_TRIZEPS_UCONXS
244         bool "uConXS Eval Board"
245
246 config MACH_TRIZEPS_ANY
247         bool "another Board"
248
249 endchoice
250
251 config TRIZEPS_PCMCIA
252         bool
253         help
254           Enable PCMCIA support for Trizeps modules
255
256 config MACH_EM_X270
257         bool "CompuLab EM-x270 platform"
258         select PXA27x
259
260 config MACH_EXEDA
261         bool "CompuLab eXeda platform"
262         select PXA27x
263
264 config MACH_COLIBRI
265         bool "Toradex Colibri PXA270"
266         select PXA27x
267
268 config MACH_COLIBRI300
269         bool "Toradex Colibri PXA300/310"
270         select PXA3xx
271         select CPU_PXA300
272
273 config MACH_ZYLONITE
274         bool "PXA3xx Development Platform (aka Zylonite)"
275         select PXA3xx
276         select PXA_SSP
277         select HAVE_PWM
278
279 config MACH_LITTLETON
280         bool "PXA3xx Form Factor Platform (aka Littleton)"
281         select PXA3xx
282         select PXA_SSP
283
284 config MACH_TAVOREVB
285         bool "PXA930 Evaluation Board (aka TavorEVB)"
286         select PXA3xx
287         select PXA930
288
289 config MACH_SAAR
290         bool "PXA930 Handheld Platform (aka SAAR)"
291         select PXA3xx
292         select PXA930
293
294 config MACH_ARMCORE
295         bool "CompuLab CM-X255/CM-X270 modules"
296         select PXA27x
297         select IWMMXT
298         select PXA25x
299         select PXA_SSP
300
301 config MACH_CM_X300
302         bool "CompuLab CM-X300 modules"
303         select PXA3xx
304         select CPU_PXA300
305
306 config MACH_MAGICIAN
307         bool "Enable HTC Magician Support"
308         select PXA27x
309         select IWMMXT
310         select PXA_SSP
311         select HAVE_PWM
312         select PXA_HAVE_BOARD_IRQS
313
314 config MACH_HIMALAYA
315         bool "HTC Himalaya Support"
316         select CPU_PXA26x
317         select FB_W100
318
319 config MACH_MIOA701
320         bool "Mitac Mio A701 Support"
321         select PXA27x
322         select IWMMXT
323         select HAVE_PWM
324         select GPIO_SYSFS
325         help
326           Say Y here if you intend to run this kernel on a
327           MIO A701. Currently there is only basic support
328           for this PDA.
329
330 config MACH_PCM027
331         bool "Phytec phyCORE-PXA270 CPU module (PCM-027)"
332         select PXA27x
333         select IWMMXT
334         select PXA_SSP
335         select PXA_HAVE_BOARD_IRQS
336
337 config ARCH_PXA_PALM
338         bool "PXA based Palm PDAs"
339         select HAVE_PWM
340
341 config MACH_PALMT5
342         bool "Palm Tungsten|T5"
343         default y
344         depends on ARCH_PXA_PALM
345         select PXA27x
346         select IWMMXT
347         help
348           Say Y here if you intend to run this kernel on a Palm Tungsten|T5
349           handheld computer.
350
351 config MACH_PALMTX
352         bool "Palm T|X"
353         default y
354         depends on ARCH_PXA_PALM
355         select PXA27x
356         select IWMMXT
357         help
358           Say Y here if you intend to run this kernel on a Palm T|X
359           handheld computer.
360
361 config MACH_PALMZ72
362         bool "Palm Zire 72"
363         default y
364         depends on ARCH_PXA_PALM
365         select PXA27x
366         select IWMMXT
367         help
368           Say Y here if you intend to run this kernel on Palm Zire 72
369           handheld computer.
370
371 config MACH_PALMLD
372         bool "Palm LifeDrive"
373         default y
374         depends on ARCH_PXA_PALM
375         select PXA27x
376         select IWMMXT
377         help
378           Say Y here if you intend to run this kernel on a Palm LifeDrive
379           handheld computer.
380
381 config MACH_PCM990_BASEBOARD
382         bool "PHYTEC PCM-990 development board"
383         select HAVE_PWM
384         depends on MACH_PCM027
385
386 choice
387         prompt "display on pcm990"
388         depends on MACH_PCM990_BASEBOARD
389
390 config PCM990_DISPLAY_SHARP
391         bool "sharp lq084v1dg21 stn display"
392
393 config PCM990_DISPLAY_NEC
394         bool "nec nl6448bc20_18d tft display"
395
396 config PCM990_DISPLAY_NONE
397         bool "no display"
398
399 endchoice
400
401 config MACH_CSB726
402         bool "Enable Cogent CSB726 System On a Module"
403         select PXA27x
404         select IWMMXT
405         help
406           Say Y here if you intend to run this kernel on a Cogent
407           CSB726 System On Module.
408
409 config CSB726_CSB701
410         bool "Enable supprot for CSB701 baseboard"
411         depends on MACH_CSB726
412
413 config PXA_EZX
414         bool "Motorola EZX Platform"
415         select PXA27x
416         select IWMMXT
417         select HAVE_PWM
418
419 config MACH_EZX_A780
420         bool "Motorola EZX A780"
421         default y
422         depends on PXA_EZX
423
424 config MACH_EZX_E680
425         bool "Motorola EZX E680"
426         default y
427         depends on PXA_EZX
428
429 config MACH_EZX_A1200
430         bool "Motorola EZX A1200"
431         default y
432         depends on PXA_EZX
433
434 config MACH_EZX_A910
435         bool "Motorola EZX A910"
436         default y
437         depends on PXA_EZX
438
439 config MACH_EZX_E6
440         bool "Motorola EZX E6"
441         default y
442         depends on PXA_EZX
443
444 config MACH_EZX_E2
445         bool "Motorola EZX E2"
446         default y
447         depends on PXA_EZX
448
449 endmenu
450
451 config PXA25x
452         bool
453         select CPU_XSCALE
454         help
455           Select code specific to PXA21x/25x/26x variants
456
457 config PXA27x
458         bool
459         select CPU_XSCALE
460         help
461           Select code specific to PXA27x variants
462
463 config CPU_PXA26x
464         bool
465         select PXA25x
466         help
467           Select code specific to PXA26x (codename Dalhart)
468
469 config PXA3xx
470         bool
471         select CPU_XSC3
472         help
473           Select code specific to PXA3xx variants
474
475 config PXA_SHARP_C7xx
476         bool
477         select PXA_SSP
478         select SHARPSL_PM
479         help
480           Enable support for all Sharp C7xx models
481
482 config PXA_SHARP_Cxx00
483         bool
484         select PXA_SSP
485         select SHARPSL_PM
486         help
487           Enable common support for Sharp Cxx00 models
488
489 config PXA_SSP
490         tristate
491         help
492           Enable support for PXA2xx SSP ports
493
494 config PXA_PWM
495         tristate
496         default BACKLIGHT_PWM
497         help
498           Enable support for PXA2xx/PXA3xx PWM controllers
499
500 config TOSA_BT
501         tristate "Control the state of built-in bluetooth chip on Sharp SL-6000"
502         depends on MACH_TOSA
503         select RFKILL
504         help
505           This is a simple driver that is able to control
506           the state of built in bluetooth chip on tosa.
507
508 config PXA_HAVE_BOARD_IRQS
509         bool
510
511 config PXA_HAVE_ISA_IRQS
512         bool
513
514 endif