diff options
author | Ondrej Zary <linux@rainbow-software.org> | 2010-09-28 04:46:17 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-09-29 22:45:39 -0400 |
commit | 9812cb12c9d58c5d9aead84eb2e7864c68c80302 (patch) | |
tree | 2a2a3ebbb56dfe925ddd55007f2f1f5df1ec86d3 /drivers/net/tulip/Kconfig | |
parent | 862ea4f263c68680558382c1475ad3032c7fd7d4 (diff) |
de2104x: remove experimental status
It should be ready after 8 years...remove the experimental dependency.
Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
Acked-by: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/tulip/Kconfig')
-rw-r--r-- | drivers/net/tulip/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/tulip/Kconfig b/drivers/net/tulip/Kconfig index 516713fa0a05..f3035951422f 100644 --- a/drivers/net/tulip/Kconfig +++ b/drivers/net/tulip/Kconfig | |||
@@ -11,8 +11,8 @@ menuconfig NET_TULIP | |||
11 | if NET_TULIP | 11 | if NET_TULIP |
12 | 12 | ||
13 | config DE2104X | 13 | config DE2104X |
14 | tristate "Early DECchip Tulip (dc2104x) PCI support (EXPERIMENTAL)" | 14 | tristate "Early DECchip Tulip (dc2104x) PCI support" |
15 | depends on PCI && EXPERIMENTAL | 15 | depends on PCI |
16 | select CRC32 | 16 | select CRC32 |
17 | ---help--- | 17 | ---help--- |
18 | This driver is developed for the SMC EtherPower series Ethernet | 18 | This driver is developed for the SMC EtherPower series Ethernet |