summaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorStephen Hemminger2006-10-27 19:22:10 +0200
committerJeff Garzik2006-11-01 02:22:05 +0100
commitf479b322a0949d540b45aea645793058b0c50be5 (patch)
treea5686d252a9b70c65b39a419a78dac8319dd2463 /drivers/net/Kconfig
parent[PATCH] n2: fix confusing error code (diff)
downloadkernel-qcow2-linux-f479b322a0949d540b45aea645793058b0c50be5.tar.gz
kernel-qcow2-linux-f479b322a0949d540b45aea645793058b0c50be5.tar.xz
kernel-qcow2-linux-f479b322a0949d540b45aea645793058b0c50be5.zip
[PATCH] sky2: not experimental
The sky2 driver is no longer in experimental state. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index e38846eb51fa..28c17d1ca5cb 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2112,7 +2112,7 @@ config SKGE
config SKY2
tristate "SysKonnect Yukon2 support (EXPERIMENTAL)"
- depends on PCI && EXPERIMENTAL
+ depends on PCI
select CRC32
---help---
This driver supports Gigabit Ethernet adapters based on the
@@ -2120,8 +2120,8 @@ config SKY2
Marvell 88E8021/88E8022/88E8035/88E8036/88E8038/88E8050/88E8052/
88E8053/88E8055/88E8061/88E8062, SysKonnect SK-9E21D/SK-9S21
- This driver does not support the original Yukon chipset: a seperate
- driver, skge, is provided for Yukon-based adapters.
+ There is companion driver for the older Marvell Yukon and
+ Genesis based adapters: skge.
To compile this driver as a module, choose M here: the module
will be called sky2. This is recommended.