drivers/net/ethernet/icplus: remove depends on CONFIG_EXPERIMENTAL
authorKees Cook <keescook@chromium.org>
Tue, 22 Jan 2013 18:30:26 +0000 (10:30 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Jan 2013 20:01:33 +0000 (12:01 -0800)
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.

Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/icplus/Kconfig

index 3aff81d7989fca246fb0b1c6dc75675a7a892511..5119ef18953b5d98e0c1c612ff386b82445ce6f8 100644 (file)
@@ -4,7 +4,7 @@
 
 config IP1000
        tristate "IP1000 Gigabit Ethernet support"
-       depends on PCI && EXPERIMENTAL
+       depends on PCI
        select NET_CORE
        select MII
        ---help---