aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2013-01-22 13:30:26 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-22 15:01:33 -0500
commit35db355b5438c23555c4888b69061439e35febed (patch)
treed456b76475454e9cfaf24061f544069fc175b8ff
parentb25b5aa06667b01fee8fe2648d4ea9db32c87d1a (diff)
drivers/net/ethernet/icplus: 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. 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>
-rw-r--r--drivers/net/ethernet/icplus/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/icplus/Kconfig b/drivers/net/ethernet/icplus/Kconfig
index 3aff81d7989f..5119ef18953b 100644
--- a/drivers/net/ethernet/icplus/Kconfig
+++ b/drivers/net/ethernet/icplus/Kconfig
@@ -4,7 +4,7 @@
4 4
5config IP1000 5config IP1000
6 tristate "IP1000 Gigabit Ethernet support" 6 tristate "IP1000 Gigabit Ethernet support"
7 depends on PCI && EXPERIMENTAL 7 depends on PCI
8 select NET_CORE 8 select NET_CORE
9 select MII 9 select MII
10 ---help--- 10 ---help---