diff options
author | Kees Cook <keescook@chromium.org> | 2012-10-02 14:18:20 -0400 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2013-01-11 14:38:40 -0500 |
commit | 7980fd234da7700336b280800c0083dc1e0d0963 (patch) | |
tree | 7db34c4b70590a89d31f28a7dff8513a7d183b85 /drivers/net/ethernet/silan | |
parent | 5af9857d781c6f3f0f730c5a032df970e2d7aa70 (diff) |
drivers/net/ethernet/silan: 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.
CC: "David S. Miller" <davem@davemloft.net>
CC: Cesar Eduardo Barros <cesarb@cesarb.net>
Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: David S. Miller <davem@davemloft.net>
Acked-by: Cesar Eduardo Barros <cesarb@cesarb.net>
Diffstat (limited to 'drivers/net/ethernet/silan')
-rw-r--r-- | drivers/net/ethernet/silan/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/ethernet/silan/Kconfig b/drivers/net/ethernet/silan/Kconfig index ae1ce170864d..3409b3f97a1b 100644 --- a/drivers/net/ethernet/silan/Kconfig +++ b/drivers/net/ethernet/silan/Kconfig | |||
@@ -5,7 +5,7 @@ | |||
5 | config NET_VENDOR_SILAN | 5 | config NET_VENDOR_SILAN |
6 | bool "Silan devices" | 6 | bool "Silan devices" |
7 | default y | 7 | default y |
8 | depends on PCI && EXPERIMENTAL | 8 | depends on PCI |
9 | ---help--- | 9 | ---help--- |
10 | If you have a network (Ethernet) card belonging to this class, say Y | 10 | If you have a network (Ethernet) card belonging to this class, say Y |
11 | and read the Ethernet-HOWTO, available from | 11 | and read the Ethernet-HOWTO, available from |
@@ -19,8 +19,8 @@ config NET_VENDOR_SILAN | |||
19 | if NET_VENDOR_SILAN | 19 | if NET_VENDOR_SILAN |
20 | 20 | ||
21 | config SC92031 | 21 | config SC92031 |
22 | tristate "Silan SC92031 PCI Fast Ethernet Adapter driver (EXPERIMENTAL)" | 22 | tristate "Silan SC92031 PCI Fast Ethernet Adapter driver" |
23 | depends on PCI && EXPERIMENTAL | 23 | depends on PCI |
24 | select CRC32 | 24 | select CRC32 |
25 | ---help--- | 25 | ---help--- |
26 | This is a driver for the Fast Ethernet PCI network cards based on | 26 | This is a driver for the Fast Ethernet PCI network cards based on |