diff options
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 9223ba607a71..af5b5b463a27 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -349,6 +349,16 @@ config MACH_PALMZ72 | |||
349 | Say Y here if you intend to run this kernel on Palm Zire 72 | 349 | Say Y here if you intend to run this kernel on Palm Zire 72 |
350 | handheld computer. | 350 | handheld computer. |
351 | 351 | ||
352 | config MACH_PALMLD | ||
353 | bool "Palm LifeDrive" | ||
354 | default y | ||
355 | depends on ARCH_PXA_PALM | ||
356 | select PXA27x | ||
357 | select IWMMXT | ||
358 | help | ||
359 | Say Y here if you intend to run this kernel on a Palm LifeDrive | ||
360 | handheld computer. | ||
361 | |||
352 | config MACH_PCM990_BASEBOARD | 362 | config MACH_PCM990_BASEBOARD |
353 | bool "PHYTEC PCM-990 development board" | 363 | bool "PHYTEC PCM-990 development board" |
354 | select HAVE_PWM | 364 | select HAVE_PWM |