aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-netx/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <sascha@saschahauer.de>2006-06-19 15:29:45 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-06-19 15:29:45 +0100
commit2697c5e1f799f201366d5fd7d25e96a21587f1a9 (patch)
tree43e234d320316394a38be278ae0f002a5a7a7c3a /arch/arm/mach-netx/Kconfig
parentaf614ba072dab2940471fec1f30bd59b8272fc6b (diff)
downloadlinux-2697c5e1f799f201366d5fd7d25e96a21587f1a9.tar.gz
[ARM] 3576/1: netX: board support for NXEB500HMI development board
Patch from Sascha Hauer This patch adds the board specific code for the Hilscher NXEB500HMI development board. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-netx/Kconfig')
-rw-r--r--arch/arm/mach-netx/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-netx/Kconfig b/arch/arm/mach-netx/Kconfig
index 93dda3bd347b2..3d90ef19be2b4 100644
--- a/arch/arm/mach-netx/Kconfig
+++ b/arch/arm/mach-netx/Kconfig
@@ -14,4 +14,11 @@ config MACH_NXDB500
help
Board support for the Hilscher nxdb500 Eval Board
+config MACH_NXEB500HMI
+ bool "Enable Hilscher nxeb500hmi Eval Board support"
+ depends on ARCH_NETX
+ select ARM_AMBA
+ help
+ Board support for the Hilscher nxeb500hmi Eval Board
+
endmenu