diff options
author | Ondrej Zary <linux@rainbow-software.org> | 2010-09-28 08:46:17 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-09-29 19:45:39 -0700 |
commit | 9812cb12c9d58c5d9aead84eb2e7864c68c80302 (patch) | |
tree | 2a2a3ebbb56dfe925ddd55007f2f1f5df1ec86d3 /drivers/net/tulip | |
parent | 862ea4f263c68680558382c1475ad3032c7fd7d4 (diff) | |
download | linux-9812cb12c9d58c5d9aead84eb2e7864c68c80302.tar.bz2 |
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')
-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 if NET_TULIP config DE2104X - tristate "Early DECchip Tulip (dc2104x) PCI support (EXPERIMENTAL)" - depends on PCI && EXPERIMENTAL + tristate "Early DECchip Tulip (dc2104x) PCI support" + depends on PCI select CRC32 ---help--- This driver is developed for the SMC EtherPower series Ethernet |