aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-netx/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <sascha@saschahauer.de>2006-06-19 15:29:44 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-06-19 15:29:44 +0100
commitaf614ba072dab2940471fec1f30bd59b8272fc6b (patch)
tree58dd752e79c50fc0342f8a7fa662c783a178b8d1 /arch/arm/mach-netx/Kconfig
parent693532dcff871543639743e9c2e2b99c492f8f8d (diff)
downloadlinux-af614ba072dab2940471fec1f30bd59b8272fc6b.tar.gz
[ARM] 3575/1: netX: board support for NXDB500 development board
Patch from Sascha Hauer This patch adds the board specific code for the Hilscher NXDB500 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 a236dd0c64f5c..93dda3bd347b2 100644
--- a/arch/arm/mach-netx/Kconfig
+++ b/arch/arm/mach-netx/Kconfig
@@ -7,4 +7,11 @@ config MACH_NXDKN
help
Board support for the Hilscher NetX Eval Board
+config MACH_NXDB500
+ bool "Enable Hilscher nxdb500 Eval Board support"
+ depends on ARCH_NETX
+ select ARM_AMBA
+ help
+ Board support for the Hilscher nxdb500 Eval Board
+
endmenu