summaryrefslogtreecommitdiff
path: root/arch/arm/mach-pxa/Kconfig
diff options
context:
space:
mode:
authorEric Miao <eric.y.miao@gmail.com>2009-11-09 14:25:52 +0800
committerEric Miao <eric.y.miao@gmail.com>2009-12-01 09:02:56 +0800
commit1493df7319e06fb6ae6daa7e0d28355e6e8be1c9 (patch)
tree053240d188de6857e69eb44e0cb4a50bd6f06f6b /arch/arm/mach-pxa/Kconfig
parentcc155c6f2cc705cb082ed676044368424e4b9121 (diff)
[ARM] pxa: introduce CONFIG_MACH_ZYLONITE{300,320} for CPU_PXA* removing
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r--arch/arm/mach-pxa/Kconfig13
1 files changed, 12 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index e62572dc2d7..ca2bd593ca3 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -46,12 +46,23 @@ config MACH_MAINSTONE
select PXA_HAVE_BOARD_IRQS
config MACH_ZYLONITE
- bool "PXA3xx Development Platform (aka Zylonite)"
+ bool
select PXA3xx
select PXA_SSP
select HAVE_PWM
select PXA_HAVE_BOARD_IRQS
+config MACH_ZYLONITE300
+ bool "PXA3xx Development Platform (aka Zylonite) PXA300/310"
+ select CPU_PXA300
+ select CPU_PXA310
+ select MACH_ZYLONITE
+
+config MACH_ZYLONITE320
+ bool "PXA3xx Development Platform (aka Zylonite) PXA320"
+ select CPU_PXA320
+ select MACH_ZYLONITE
+
config MACH_LITTLETON
bool "PXA3xx Form Factor Platform (aka Littleton)"
select PXA3xx