aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/Kconfig
diff options
context:
space:
mode:
authorMarc Zyngier <maz@misterjones.org>2009-11-14 07:47:03 -0500
committerEric Miao <eric.y.miao@gmail.com>2009-12-13 08:42:58 -0500
commite491a11c77a4ed93ec14cc052b1f048bddc9e99a (patch)
tree463e4d3dcd3a7bd26a3be10882427f019fad551b /arch/arm/mach-pxa/Kconfig
parent1b82e4c32fba96d8805b1e2126ba5382e56fac32 (diff)
[ARM] pxa/zeus: basic support for Arcom Zeus SBC
Signed-off-by: Marc Zyngier <maz@misterjones.org> 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/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index d89c6adbe8bc..fc553e896b1b 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -64,6 +64,13 @@ config ARCH_VIPER
64 select PXA_HAVE_BOARD_IRQS 64 select PXA_HAVE_BOARD_IRQS
65 select PXA_HAVE_ISA_IRQS 65 select PXA_HAVE_ISA_IRQS
66 66
67config MACH_ARCOM_ZEUS
68 bool "Arcom/Eurotech ZEUS SBC"
69 select PXA27x
70 select ISA
71 select PXA_HAVE_BOARD_IRQS
72 select PXA_HAVE_ISA_IRQS
73
67config MACH_BALLOON3 74config MACH_BALLOON3
68 bool "Balloon 3 board" 75 bool "Balloon 3 board"
69 select PXA27x 76 select PXA27x