diff options
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
| -rw-r--r-- | arch/arm/mach-pxa/Kconfig | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 6755c7d6bb31..8eea7306f29b 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
| @@ -27,15 +27,26 @@ endmenu | |||
| 27 | endif | 27 | endif |
| 28 | 28 | ||
| 29 | config ARCH_GUMSTIX | 29 | config ARCH_GUMSTIX |
| 30 | bool "Gumstix XScale boards" | 30 | bool "Gumstix XScale 255 boards" |
| 31 | select PXA25x | ||
| 31 | help | 32 | help |
| 32 | Say Y here if you intend to run this kernel on a | 33 | Say Y here if you intend to run this kernel on |
| 33 | Gumstix Full Function Minature Computer. | 34 | Basix, Connex, ws-200ax, ws-400ax systems |
| 34 | 35 | ||
| 35 | config MACH_GUMSTIX_F | 36 | choice |
| 36 | bool "Basix, Connex, ws-200ax, ws-400ax systems" | 37 | prompt "Gumstix Carrier/Expansion Board" |
| 37 | depends on ARCH_GUMSTIX | 38 | depends on ARCH_GUMSTIX |
| 38 | 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 | ||
| 39 | 50 | ||
| 40 | config ARCH_LUBBOCK | 51 | config ARCH_LUBBOCK |
| 41 | bool "Intel DBPXA250 Development Platform" | 52 | bool "Intel DBPXA250 Development Platform" |
| @@ -348,10 +359,6 @@ config PCM990_DISPLAY_NONE | |||
| 348 | 359 | ||
| 349 | endchoice | 360 | endchoice |
| 350 | 361 | ||
| 351 | config MACH_AM200EPD | ||
| 352 | depends on MACH_GUMSTIX_F | ||
| 353 | bool "Enable AM200EPD board support" | ||
| 354 | |||
| 355 | config PXA_EZX | 362 | config PXA_EZX |
| 356 | bool "Motorola EZX Platform" | 363 | bool "Motorola EZX Platform" |
| 357 | select PXA27x | 364 | select PXA27x |
