diff options
author | Sergey Lapin <slapin@ossfans.org> | 2008-08-29 10:47:52 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-09-26 16:17:47 -0400 |
commit | c49e1e63a9c7893d9ff9be4258d86ddc5485d712 (patch) | |
tree | eed5240ff105f54dcc26fe469e7746b230563000 /arch/arm/mach-pxa/Kconfig | |
parent | d9105c2b01eedb620cae96073dde4f760367817f (diff) |
[ARM] 5238/2: Very basic Palm Zire 72 support
This patch contains very basic support of Palm Zire 72.
Signed-off-by: Sergey Lapin <slapin@ossfans.org>
Acked-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
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 e8ee7ec9ff6d..86ae8009fa0d 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -236,6 +236,16 @@ config MACH_PALMTX | |||
236 | Say Y here if you intend to run this kernel on a Palm T|X | 236 | Say Y here if you intend to run this kernel on a Palm T|X |
237 | handheld computer. | 237 | handheld computer. |
238 | 238 | ||
239 | config MACH_PALMZ72 | ||
240 | bool "Palm Zire 72" | ||
241 | default y | ||
242 | depends on ARCH_PXA_PALM | ||
243 | select PXA27x | ||
244 | select IWMMXT | ||
245 | help | ||
246 | Say Y here if you intend to run this kernel on Palm Zire 72 | ||
247 | handheld computer. | ||
248 | |||
239 | config MACH_PCM990_BASEBOARD | 249 | config MACH_PCM990_BASEBOARD |
240 | bool "PHYTEC PCM-990 development board" | 250 | bool "PHYTEC PCM-990 development board" |
241 | select HAVE_PWM | 251 | select HAVE_PWM |