diff options
author | Kees Cook <keescook@chromium.org> | 2012-10-02 14:18:27 -0400 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2013-01-11 14:38:41 -0500 |
commit | 513fe16a244f0340a085fa7c966dc73ad615eed3 (patch) | |
tree | 874ec2bd030a96a204620a3ca28170162372a2bb | |
parent | 8ff25eebb8161d08ddc48539e6b4afa0b18d778f (diff) |
drivers/net/team: remove depends on CONFIG_EXPERIMENTAL
The CONFIG_EXPERIMENTAL config item has not carried much meaning for a
while now and is almost always enabled by default. As agreed during the
Linux kernel summit, remove it from any "depends on" lines in Kconfigs.
CC: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: Jiri Pirko <jpirko@redhat.com>
-rw-r--r-- | drivers/net/team/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/team/Kconfig b/drivers/net/team/Kconfig index 6b08bd419fba..c3011af68e91 100644 --- a/drivers/net/team/Kconfig +++ b/drivers/net/team/Kconfig | |||
@@ -1,6 +1,5 @@ | |||
1 | menuconfig NET_TEAM | 1 | menuconfig NET_TEAM |
2 | tristate "Ethernet team driver support (EXPERIMENTAL)" | 2 | tristate "Ethernet team driver support" |
3 | depends on EXPERIMENTAL | ||
4 | ---help--- | 3 | ---help--- |
5 | This allows one to create virtual interfaces that teams together | 4 | This allows one to create virtual interfaces that teams together |
6 | multiple ethernet devices. | 5 | multiple ethernet devices. |