diff options
author | Sascha Hauer <sascha@saschahauer.de> | 2006-06-19 18:29:45 +0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-06-19 18:29:45 +0400 |
commit | 2697c5e1f799f201366d5fd7d25e96a21587f1a9 (patch) | |
tree | 43e234d320316394a38be278ae0f002a5a7a7c3a /arch/arm/mach-netx/Kconfig | |
parent | af614ba072dab2940471fec1f30bd59b8272fc6b (diff) | |
download | linux-2697c5e1f799f201366d5fd7d25e96a21587f1a9.tar.xz |
[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/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-netx/Kconfig b/arch/arm/mach-netx/Kconfig index 93dda3bd347b..3d90ef19be2b 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 |