From: Kees Cook Date: Tue, 22 Jan 2013 18:30:26 +0000 (-0800) Subject: drivers/net/ethernet/icplus: remove depends on CONFIG_EXPERIMENTAL X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=35db355b5438c23555c4888b69061439e35febed;p=linux.git 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 Signed-off-by: Kees Cook Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/net/ethernet/icplus/Kconfig b/drivers/net/ethernet/icplus/Kconfig index 3aff81d7989fc..5119ef18953b5 100644 --- a/drivers/net/ethernet/icplus/Kconfig +++ b/drivers/net/ethernet/icplus/Kconfig @@ -4,7 +4,7 @@ config IP1000 tristate "IP1000 Gigabit Ethernet support" - depends on PCI && EXPERIMENTAL + depends on PCI select NET_CORE select MII ---help---