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 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 |