aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@osdl.org>2005-05-12 20:14:36 -0400
committerJeff Garzik <jgarzik@pobox.com>2005-05-12 20:14:36 -0400
commitbaef58b1b09ac0e9339e021144b921560482c8bd (patch)
treeb3375c3b188a01734b681fdd4e2aa27cd64ef176 /drivers/net/Kconfig
parent88d7bd8cb9eb8d64bf7997600b0d64f7834047c5 (diff)
[netdrvr] new driver skge, for SysKonnect cards
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 3a0a55b62aaf..959f8ae6e0cf 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -1931,6 +1931,18 @@ config R8169_VLAN
1931 1931
1932 If in doubt, say Y. 1932 If in doubt, say Y.
1933 1933
1934config SKGE
1935 tristate "New SysKonnect GigaEthernet support (EXPERIMENTAL)"
1936 depends on PCI && EXPERIMENTAL
1937 select CRC32
1938 ---help---
1939 This driver support the Marvell Yukon or SysKonnect SK-98xx/SK-95xx
1940 and related Gigabit Ethernet adapters. It is a new smaller driver
1941 driver with better performance and more complete ethtool support.
1942
1943 It does not support the link failover and network management
1944 features that "portable" vendor supplied sk98lin driver does.
1945
1934config SK98LIN 1946config SK98LIN
1935 tristate "Marvell Yukon Chipset / SysKonnect SK-98xx Support" 1947 tristate "Marvell Yukon Chipset / SysKonnect SK-98xx Support"
1936 depends on PCI 1948 depends on PCI