diff options
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 44 |
1 files changed, 33 insertions, 11 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index a062235e83a8..8eea7306f29b 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -19,20 +19,34 @@ config CPU_PXA320 | |||
19 | config CPU_PXA930 | 19 | config CPU_PXA930 |
20 | bool "PXA930 (codename Tavor-P)" | 20 | bool "PXA930 (codename Tavor-P)" |
21 | 21 | ||
22 | config CPU_PXA935 | ||
23 | bool "PXA935 (codename Tavor-P65)" | ||
24 | |||
22 | endmenu | 25 | endmenu |
23 | 26 | ||
24 | endif | 27 | endif |
25 | 28 | ||
26 | config ARCH_GUMSTIX | 29 | config 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 | ||
32 | config MACH_GUMSTIX_F | 36 | choice |
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 | |
40 | config GUMSTIX_AM200EPD | ||
41 | bool "Enable AM200EPD board support" | ||
42 | |||
43 | endchoice | ||
44 | |||
45 | config MACH_INTELMOTE2 | ||
46 | bool "Intel Mote 2 Platform" | ||
47 | select PXA27x | ||
48 | select IWMMXT | ||
49 | select PXA_HAVE_BOARD_IRQS | ||
36 | 50 | ||
37 | config ARCH_LUBBOCK | 51 | config ARCH_LUBBOCK |
38 | bool "Intel DBPXA250 Development Platform" | 52 | bool "Intel DBPXA250 Development Platform" |
@@ -199,6 +213,10 @@ config MACH_E800 | |||
199 | config TRIZEPS_PXA | 213 | config TRIZEPS_PXA |
200 | bool "PXA based Keith und Koep Trizeps DIMM-Modules" | 214 | bool "PXA based Keith und Koep Trizeps DIMM-Modules" |
201 | 215 | ||
216 | config MACH_H5000 | ||
217 | bool "HP iPAQ h5000" | ||
218 | select PXA25x | ||
219 | |||
202 | config MACH_TRIZEPS4 | 220 | config 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 | ||
343 | endchoice | 360 | endchoice |
344 | 361 | ||
345 | config MACH_AM200EPD | ||
346 | depends on MACH_GUMSTIX_F | ||
347 | bool "Enable AM200EPD board support" | ||
348 | |||
349 | config PXA_EZX | 362 | config 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 | ||
387 | config PXA25x | 400 | config 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 | ||
392 | config PXA27x | 406 | config 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 | ||
412 | config CPU_PXA26x | ||
413 | bool | ||
414 | select PXA25x | ||
415 | help | ||
416 | Select code specific to PXA26x (codename Dalhart) | ||
417 | |||
397 | config PXA3xx | 418 | config 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 | ||