summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/fujitsu
diff options
context:
space:
mode:
authorKees Cook2013-01-22 19:30:25 +0100
committerGreg Kroah-Hartman2013-01-22 21:33:47 +0100
commit846a798174d3376542a394a3c5227ef149445e83 (patch)
tree3af64e90cb6b9a317587706f3d0730e1ca348052 /drivers/net/ethernet/fujitsu
parentdrivers/net/wireless/rtlwifi: remove depends on CONFIG_EXPERIMENTAL (diff)
downloadkernel-qcow2-linux-846a798174d3376542a394a3c5227ef149445e83.tar.gz
kernel-qcow2-linux-846a798174d3376542a394a3c5227ef149445e83.tar.xz
kernel-qcow2-linux-846a798174d3376542a394a3c5227ef149445e83.zip
drivers/net/ethernet/fujitsu: 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>
Diffstat (limited to 'drivers/net/ethernet/fujitsu')
-rw-r--r--drivers/net/ethernet/fujitsu/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/fujitsu/Kconfig b/drivers/net/ethernet/fujitsu/Kconfig
index dffee9d44fd5..b96ebc751b71 100644
--- a/drivers/net/ethernet/fujitsu/Kconfig
+++ b/drivers/net/ethernet/fujitsu/Kconfig
@@ -5,7 +5,7 @@
config NET_VENDOR_FUJITSU
bool "Fujitsu devices"
default y
- depends on ISA || PCMCIA || ((ISA || MCA_LEGACY) && EXPERIMENTAL)
+ depends on ISA || PCMCIA
---help---
If you have a network (Ethernet) card belonging to this class, say Y
and read the Ethernet-HOWTO, available from