diff options
Diffstat (limited to 'arch/arm/mach-netx/Kconfig')
-rw-r--r-- | arch/arm/mach-netx/Kconfig | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/mach-netx/Kconfig b/arch/arm/mach-netx/Kconfig new file mode 100644 index 000000000000..3d90ef19be2b --- /dev/null +++ b/arch/arm/mach-netx/Kconfig | |||
@@ -0,0 +1,24 @@ | |||
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 | config MACH_NXDB500 | ||
11 | bool "Enable Hilscher nxdb500 Eval Board support" | ||
12 | depends on ARCH_NETX | ||
13 | select ARM_AMBA | ||
14 | help | ||
15 | Board support for the Hilscher nxdb500 Eval Board | ||
16 | |||
17 | config MACH_NXEB500HMI | ||
18 | bool "Enable Hilscher nxeb500hmi Eval Board support" | ||
19 | depends on ARCH_NETX | ||
20 | select ARM_AMBA | ||
21 | help | ||
22 | Board support for the Hilscher nxeb500hmi Eval Board | ||
23 | |||
24 | endmenu | ||