Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1327969 > unrolled thread

[PATCH] ARM: netx: remove redundant "depends on ARCH_NETX"

Started byMasahiro Yamada <yamada.masahiro@socionext.com>
First post2016-02-05 18:50 +0100
Last post2016-02-08 23:10 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM: netx: remove redundant "depends on ARCH_NETX" Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-02-05 18:50 +0100
    Re: [PATCH] ARM: netx: remove redundant "depends on ARCH_NETX" Olof Johansson <olof@lixom.net> - 2016-02-08 23:10 +0100

#1327969 — [PATCH] ARM: netx: remove redundant "depends on ARCH_NETX"

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2016-02-05 18:50 +0100
Subject[PATCH] ARM: netx: remove redundant "depends on ARCH_NETX"
Message-ID<qYSG6-3jH-7@gated-at.bofh.it>
These options already reside inside the ARCH_NETX-dependent menu.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/arm/mach-netx/Kconfig | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/arm/mach-netx/Kconfig b/arch/arm/mach-netx/Kconfig
index 3d90ef1..2da8e5d 100644
--- a/arch/arm/mach-netx/Kconfig
+++ b/arch/arm/mach-netx/Kconfig
@@ -3,20 +3,17 @@ menu "NetX Implementations"
 
 config MACH_NXDKN
 	bool "Enable Hilscher nxdkn Eval Board support"
-	depends on ARCH_NETX
 	help
 	  Board support for the Hilscher NetX Eval Board
 
 config MACH_NXDB500
 	bool "Enable Hilscher nxdb500 Eval Board support"
-	depends on ARCH_NETX
 	select ARM_AMBA
 	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
-- 
1.9.1

[toc] | [next] | [standalone]


#1329617

FromOlof Johansson <olof@lixom.net>
Date2016-02-08 23:10 +0100
Message-ID<r02am-2VY-9@gated-at.bofh.it>
In reply to#1327969
On Sat, Feb 06, 2016 at 02:43:17AM +0900, Masahiro Yamada wrote:
> These options already reside inside the ARCH_NETX-dependent menu.
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Thanks, applied to next/cleanup.


-Olof

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web