diff options
-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 |