Commit bd085b93 authored by Kees Cook's avatar Kees Cook

drivers/net: 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: "David S. Miller" <davem@davemloft.net>
CC: Stephen Hemminger <shemminger@vyatta.com>
CC: Paul Gortmaker <paul.gortmaker@windriver.com>
CC: Mike Sterling <Mike.Sterling@microsoft.com>
CC: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: default avatarKees Cook <keescook@chromium.org>
Acked-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5d0e137d
...@@ -123,8 +123,7 @@ config IFB ...@@ -123,8 +123,7 @@ config IFB
source "drivers/net/team/Kconfig" source "drivers/net/team/Kconfig"
config MACVLAN config MACVLAN
tristate "MAC-VLAN support (EXPERIMENTAL)" tristate "MAC-VLAN support"
depends on EXPERIMENTAL
---help--- ---help---
This allows one to create virtual interfaces that map packets to This allows one to create virtual interfaces that map packets to
or from specific MAC addresses to a particular interface. or from specific MAC addresses to a particular interface.
...@@ -138,7 +137,7 @@ config MACVLAN ...@@ -138,7 +137,7 @@ config MACVLAN
will be called macvlan. will be called macvlan.
config MACVTAP config MACVTAP
tristate "MAC-VLAN based tap driver (EXPERIMENTAL)" tristate "MAC-VLAN based tap driver"
depends on MACVLAN depends on MACVLAN
help help
This adds a specialized tap character device driver that is based This adds a specialized tap character device driver that is based
...@@ -234,8 +233,8 @@ config VETH ...@@ -234,8 +233,8 @@ config VETH
versa. versa.
config VIRTIO_NET config VIRTIO_NET
tristate "Virtio network driver (EXPERIMENTAL)" tristate "Virtio network driver"
depends on EXPERIMENTAL && VIRTIO depends on VIRTIO
---help--- ---help---
This is the virtual network driver for virtio. It can be used with This is the virtual network driver for virtio. It can be used with
lguest or QEMU based VMMs (like KVM or Xen). Say Y or M. lguest or QEMU based VMMs (like KVM or Xen). Say Y or M.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment