Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Kees Cook and committed by
Greg Kroah-Hartman
35db355b b25b5aa0

+1 -1
+1 -1
drivers/net/ethernet/icplus/Kconfig
··· 4 4 5 5 config IP1000 6 6 tristate "IP1000 Gigabit Ethernet support" 7 - depends on PCI && EXPERIMENTAL 7 + depends on PCI 8 8 select NET_CORE 9 9 select MII 10 10 ---help---