aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r--arch/arm/mach-pxa/Kconfig44
1 files changed, 33 insertions, 11 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index a062235e83a..8eea7306f29 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -19,20 +19,34 @@ config CPU_PXA320
19config CPU_PXA930 19config CPU_PXA930
20 bool "PXA930 (codename Tavor-P)" 20 bool "PXA930 (codename Tavor-P)"
21 21
22config CPU_PXA935
23 bool "PXA935 (codename Tavor-P65)"
24
22endmenu 25endmenu
23 26
24endif 27endif
25 28
26config ARCH_GUMSTIX 29config ARCH_GUMSTIX
27 bool "Gumstix XScale boards" 30 bool "Gumstix XScale 255 boards"
31 select PXA25x
28 help 32 help
29 Say Y here if you intend to run this kernel on a 33 Say Y here if you intend to run this kernel on
30 Gumstix Full Function Minature Computer. 34 Basix, Connex, ws-200ax, ws-400ax systems
31 35
32config MACH_GUMSTIX_F 36choice
33 bool "Basix, Connex, ws-200ax, ws-400ax systems" 37 prompt "Gumstix Carrier/Expansion Board"
34 depends on ARCH_GUMSTIX 38 depends on ARCH_GUMSTIX
35 select PXA25x 39
40config GUMSTIX_AM200EPD
41 bool "Enable AM200EPD board support"
42
43endchoice
44
45config MACH_INTELMOTE2
46 bool "Intel Mote 2 Platform"
47 select PXA27x
48 select IWMMXT
49 select PXA_HAVE_BOARD_IRQS
36 50
37config ARCH_LUBBOCK 51config ARCH_LUBBOCK
38 bool "Intel DBPXA250 Development Platform" 52 bool "Intel DBPXA250 Development Platform"
@@ -199,6 +213,10 @@ config MACH_E800
199config TRIZEPS_PXA 213config TRIZEPS_PXA
200 bool "PXA based Keith und Koep Trizeps DIMM-Modules" 214 bool "PXA based Keith und Koep Trizeps DIMM-Modules"
201 215
216config MACH_H5000
217 bool "HP iPAQ h5000"
218 select PXA25x
219
202config MACH_TRIZEPS4 220config MACH_TRIZEPS4
203 bool "Keith und Koep Trizeps4 DIMM-Module" 221 bool "Keith und Koep Trizeps4 DIMM-Module"
204 depends on TRIZEPS_PXA 222 depends on TRIZEPS_PXA
@@ -283,7 +301,6 @@ config MACH_MIOA701
283 bool "Mitac Mio A701 Support" 301 bool "Mitac Mio A701 Support"
284 select PXA27x 302 select PXA27x
285 select IWMMXT 303 select IWMMXT
286 select LEDS_GPIO
287 select HAVE_PWM 304 select HAVE_PWM
288 select GPIO_SYSFS 305 select GPIO_SYSFS
289 help 306 help
@@ -342,10 +359,6 @@ config PCM990_DISPLAY_NONE
342 359
343endchoice 360endchoice
344 361
345config MACH_AM200EPD
346 depends on MACH_GUMSTIX_F
347 bool "Enable AM200EPD board support"
348
349config PXA_EZX 362config PXA_EZX
350 bool "Motorola EZX Platform" 363 bool "Motorola EZX Platform"
351 select PXA27x 364 select PXA27x
@@ -386,16 +399,25 @@ endmenu
386 399
387config PXA25x 400config PXA25x
388 bool 401 bool
402 select CPU_XSCALE
389 help 403 help
390 Select code specific to PXA21x/25x/26x variants 404 Select code specific to PXA21x/25x/26x variants
391 405
392config PXA27x 406config PXA27x
393 bool 407 bool
408 select CPU_XSCALE
394 help 409 help
395 Select code specific to PXA27x variants 410 Select code specific to PXA27x variants
396 411
412config CPU_PXA26x
413 bool
414 select PXA25x
415 help
416 Select code specific to PXA26x (codename Dalhart)
417
397config PXA3xx 418config PXA3xx
398 bool 419 bool
420 select CPU_XSC3
399 help 421 help
400 Select code specific to PXA3xx variants 422 Select code specific to PXA3xx variants
401 423