summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-05 12:43:17 -0500
committerOlof Johansson <olof@lixom.net>2016-02-08 16:36:55 -0500
commit95650655f7a1a1a93e24dcca45514f17ecf8cee7 (patch)
treec24b639eab99a6d7ea814d0c83db289d4256d7cd
parentea503fb63dae6adaf1fef688a44a02f8e79e5ae2 (diff)
ARM: netx: remove redundant "depends on ARCH_NETX"
These options already reside inside the ARCH_NETX-dependent menu. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r--arch/arm/mach-netx/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-netx/Kconfig b/arch/arm/mach-netx/Kconfig
index 3d90ef19be2b..2da8e5dfcf24 100644
--- a/arch/arm/mach-netx/Kconfig
+++ b/arch/arm/mach-netx/Kconfig
@@ -3,20 +3,17 @@ menu "NetX Implementations"
3 3
4config MACH_NXDKN 4config MACH_NXDKN
5 bool "Enable Hilscher nxdkn Eval Board support" 5 bool "Enable Hilscher nxdkn Eval Board support"
6 depends on ARCH_NETX
7 help 6 help
8 Board support for the Hilscher NetX Eval Board 7 Board support for the Hilscher NetX Eval Board
9 8
10config MACH_NXDB500 9config MACH_NXDB500
11 bool "Enable Hilscher nxdb500 Eval Board support" 10 bool "Enable Hilscher nxdb500 Eval Board support"
12 depends on ARCH_NETX
13 select ARM_AMBA 11 select ARM_AMBA
14 help 12 help
15 Board support for the Hilscher nxdb500 Eval Board 13 Board support for the Hilscher nxdb500 Eval Board
16 14
17config MACH_NXEB500HMI 15config MACH_NXEB500HMI
18 bool "Enable Hilscher nxeb500hmi Eval Board support" 16 bool "Enable Hilscher nxeb500hmi Eval Board support"
19 depends on ARCH_NETX
20 select ARM_AMBA 17 select ARM_AMBA
21 help 18 help
22 Board support for the Hilscher nxeb500hmi Eval Board 19 Board support for the Hilscher nxeb500hmi Eval Board