diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2008-11-20 16:50:46 -0500 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2009-01-21 02:06:34 -0500 |
commit | a645072a608356990b2737a48ecc1bfb66981599 (patch) | |
tree | 78cfe0a8a1148dc97ec462123ae4300a1db4c166 /arch/arm/mach-pxa/Kconfig | |
parent | 0f6ff0f06cc126e8dfaa20c8c6da53537e352378 (diff) |
[ARM] pxa: PalmLD initial support
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
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 9223ba607a7..af5b5b463a2 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 |