diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2008-11-20 00:58:38 +0100 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2009-01-21 15:06:34 +0800 |
commit | 0f6ff0f06cc126e8dfaa20c8c6da53537e352378 (patch) | |
tree | 86372ce2dd30a778ff4e9da4e44babf893ebbbee /arch/arm/mach-pxa/Kconfig | |
parent | 1de9e8e70f5acc441550ca75433563d91b269bbe (diff) |
[ARM] pxa: PalmT5 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 8eea7306f29..9223ba607a7 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig @@ -319,6 +319,16 @@ config ARCH_PXA_PALM bool "PXA based Palm PDAs" select HAVE_PWM +config MACH_PALMT5 + bool "Palm Tungsten|T5" + 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 Tungsten|T5 + handheld computer. + config MACH_PALMTX bool "Palm T|X" default y |