diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2008-11-20 22:50:46 +0100 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2009-01-21 15:06:34 +0800 |
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 9223ba607a71..af5b5b463a27 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig @@ -349,6 +349,16 @@ config MACH_PALMZ72 Say Y here if you intend to run this kernel on Palm Zire 72 handheld computer. +config MACH_PALMLD + bool "Palm LifeDrive" + default y + depends on ARCH_PXA_PALM + select PXA27x + select IWMMXT + help + Say Y here if you intend to run this kernel on a Palm LifeDrive + handheld computer. + config MACH_PCM990_BASEBOARD bool "PHYTEC PCM-990 development board" select HAVE_PWM |