diff options
Diffstat (limited to 'arch/arm/mach-netx/Kconfig')
-rw-r--r-- | arch/arm/mach-netx/Kconfig | 10 |
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 @@ | |||
1 | menu "NetX Implementations" | ||
2 | depends on ARCH_NETX | ||
3 | |||
4 | config MACH_NXDKN | ||
5 | bool "Enable Hilscher nxdkn Eval Board support" | ||
6 | depends on ARCH_NETX | ||
7 | help | ||
8 | Board support for the Hilscher NetX Eval Board | ||
9 | |||
10 | endmenu | ||