From: Veaceslav Falico <vfalico@gmail.com>
To: netdev@vger.kernel.org
Cc: Veaceslav Falico <vfalico@gmail.com>,
Jay Vosburgh <j.vosburgh@gmail.com>,
Andy Gospodarek <andy@greyhouse.net>,
"David S. Miller" <davem@davemloft.net>
Subject: [PATCH net-next 1/2] bonding: create its own Kconfig
Date: Tue, 15 Jul 2014 12:15:40 +0200 [thread overview]
Message-ID: <1405419341-31510-2-git-send-email-vfalico@gmail.com> (raw)
In-Reply-To: <1405419341-31510-1-git-send-email-vfalico@gmail.com>
CC: Jay Vosburgh <j.vosburgh@gmail.com>
CC: Andy Gospodarek <andy@greyhouse.net>
CC: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Veaceslav Falico <vfalico@gmail.com>
---
drivers/net/Kconfig | 18 +-----------------
drivers/net/bonding/Kconfig | 17 +++++++++++++++++
2 files changed, 18 insertions(+), 17 deletions(-)
create mode 100644 drivers/net/bonding/Kconfig
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index c6f6f69..16b6b9c 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -37,23 +37,7 @@ config NET_CORE
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,
- 'Trunking' by Sun, 802.3ad by the IEEE, and 'Bonding' in Linux.
-
- The driver supports multiple bonding modes to allow for both high
- performance and high availability operation.
-
- Refer to <file:Documentation/networking/bonding.txt> for more
- information.
-
- To compile this driver as a module, choose M here: the module
- will be called bonding.
+source "drivers/net/bonding/Kconfig"
config DUMMY
tristate "Dummy net driver support"
diff --git a/drivers/net/bonding/Kconfig b/drivers/net/bonding/Kconfig
new file mode 100644
index 0000000..7b1a0fa
--- /dev/null
+++ b/drivers/net/bonding/Kconfig
@@ -0,0 +1,17 @@
+menuconfig 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,
+ 'Trunking' by Sun, 802.3ad by the IEEE, and 'Bonding' in Linux.
+
+ The driver supports multiple bonding modes to allow for both high
+ performance and high availability operation.
+
+ Refer to <file:Documentation/networking/bonding.txt> for more
+ information.
+
+ To compile this driver as a module, choose M here: the module
+ will be called bonding.
--
1.8.4
next prev parent reply other threads:[~2014-07-15 10:20 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-15 10:15 [PATCH net-next 0/2] bonding: add its own Kconfig Veaceslav Falico
2014-07-15 10:15 ` Veaceslav Falico [this message]
2014-07-15 10:15 ` [PATCH net-next 2/2] bonding: make hard-coded defines configurable at build Veaceslav Falico
2014-07-15 15:48 ` Alexei Starovoitov
2014-07-15 16:18 ` Veaceslav Falico
2014-07-15 16:45 ` Alexei Starovoitov
2014-07-15 17:11 ` Veaceslav Falico
2014-07-15 17:33 ` Alexei Starovoitov
2014-07-15 17:53 ` Veaceslav Falico
2014-07-15 18:55 ` Alexei Starovoitov
2014-07-15 19:18 ` Veaceslav Falico
2014-07-16 1:01 ` David Miller
2014-07-15 17:11 ` Sergei Shtylyov
2014-07-16 1:10 ` [PATCH net-next 0/2] bonding: add its own Kconfig David Miller
2014-07-16 7:20 ` Veaceslav Falico
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1405419341-31510-2-git-send-email-vfalico@gmail.com \
--to=vfalico@gmail.com \
--cc=andy@greyhouse.net \
--cc=davem@davemloft.net \
--cc=j.vosburgh@gmail.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).