diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 12 |
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 | ||
1934 | config 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 | |||
1934 | config SK98LIN | 1946 | config 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 |