diff options
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index ce6519c000a6..28f0260777a3 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -425,6 +425,17 @@ config PALM_TREO | |||
425 | bool | 425 | bool |
426 | depends on ARCH_PXA_PALM | 426 | depends on ARCH_PXA_PALM |
427 | 427 | ||
428 | config MACH_CENTRO | ||
429 | bool "Palm Centro 685 (GSM)" | ||
430 | default y | ||
431 | depends on ARCH_PXA_PALM | ||
432 | select PXA27x | ||
433 | select IWMMXT | ||
434 | select PALM_TREO | ||
435 | help | ||
436 | Say Y here if you intend to run this kernel on Palm Centro 685 (GSM) | ||
437 | smartphone. | ||
438 | |||
428 | config MACH_TREO680 | 439 | config MACH_TREO680 |
429 | bool "Palm Treo 680" | 440 | bool "Palm Treo 680" |
430 | default y | 441 | default y |