summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-netx/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <sascha@saschahauer.de>2006-06-19 16:29:43 +0200
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-06-19 16:29:43 +0200
commit693532dcff871543639743e9c2e2b99c492f8f8d (patch)
tree88e5dd99441b2641f96ca9452aa1d496db8037c1 /arch/arm/mach-netx/Kconfig
parent[ARM] 3569/2: netX: driver for XMAC/XPEC engines (diff)
downloadlinux-693532dcff871543639743e9c2e2b99c492f8f8d.tar.xz
linux-693532dcff871543639743e9c2e2b99c492f8f8d.zip
[ARM] 3574/1: netX: board support for NXDKN development board
Patch from Sascha Hauer This patch adds the board specific code for the Hilscher NXDKN 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/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-netx/Kconfig b/arch/arm/mach-netx/Kconfig
new file mode 100644
index 000000000000..a236dd0c64f5
--- /dev/null
+++ b/arch/arm/mach-netx/Kconfig
@@ -0,0 +1,10 @@
+menu "NetX Implementations"
+ depends on ARCH_NETX
+
+config MACH_NXDKN
+ bool "Enable Hilscher nxdkn Eval Board support"
+ depends on ARCH_NETX
+ help
+ Board support for the Hilscher NetX Eval Board
+
+endmenu