netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net:Kconfig: drop no sense dependence entry for BONDING
@ 2015-03-12 13:59 Wang YanQing
  2015-03-12 14:13 ` Erik Hugne
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Wang YanQing @ 2015-03-12 13:59 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-kernel, linux-kbuild, j.vosburgh, vfalico, gospo

"IPV6 || IPV6=n" means no dependence!

Signed-off-by: Wang YanQing <udknight@gmail.com>
---
 drivers/net/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index df51d60..37b364f 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -40,7 +40,6 @@ if NET_CORE
 config BONDING
 	tristate "Bonding driver support"
 	depends on INET
-	depends on IPV6 || IPV6=n
 	---help---
 	  Say 'Y' or 'M' if you wish to be able to 'bond' multiple Ethernet
 	  Channels together. This is called 'Etherchannel' by Cisco,
-- 
2.2.2.dirty

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-03-12 18:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-12 13:59 [PATCH] net:Kconfig: drop no sense dependence entry for BONDING Wang YanQing
2015-03-12 14:13 ` Erik Hugne
2015-03-12 15:14 ` Martin Walch
2015-03-12 17:30   ` Eric Dumazet
2015-03-12 18:15 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).