diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2008-11-19 18:58:38 -0500 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2009-01-21 02:06:34 -0500 |
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 8eea7306f29b..9223ba607a71 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -319,6 +319,16 @@ config ARCH_PXA_PALM | |||
319 | bool "PXA based Palm PDAs" | 319 | bool "PXA based Palm PDAs" |
320 | select HAVE_PWM | 320 | select HAVE_PWM |
321 | 321 | ||
322 | config MACH_PALMT5 | ||
323 | bool "Palm Tungsten|T5" | ||
324 | default y | ||
325 | depends on ARCH_PXA_PALM | ||
326 | select PXA27x | ||
327 | select IWMMXT | ||
328 | help | ||
329 | Say Y here if you intend to run this kernel on a Palm Tungsten|T5 | ||
330 | handheld computer. | ||
331 | |||
322 | config MACH_PALMTX | 332 | config MACH_PALMTX |
323 | bool "Palm T|X" | 333 | bool "Palm T|X" |
324 | default y | 334 | default y |