diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 5148d47492a0..b39cba36d15e 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1971,7 +1971,25 @@ config SKGE | |||
1971 | 1971 | ||
1972 | It does not support the link failover and network management | 1972 | It does not support the link failover and network management |
1973 | features that "portable" vendor supplied sk98lin driver does. | 1973 | features that "portable" vendor supplied sk98lin driver does. |
1974 | 1974 | ||
1975 | |||
1976 | config SKY2 | ||
1977 | tristate "SysKonnect Yukon2 support (EXPERIMENTAL)" | ||
1978 | depends on PCI && EXPERIMENTAL | ||
1979 | select CRC32 | ||
1980 | ---help--- | ||
1981 | This driver support the Marvell Yukon 2 Gigabit Ethernet adapter. | ||
1982 | |||
1983 | To compile this driver as a module, choose M here: the module | ||
1984 | will be called sky2. This is recommended. | ||
1985 | |||
1986 | config SKY2_EC_A1 | ||
1987 | bool "Support old Yukon-EC A1 chipset" | ||
1988 | depends on SKY2 | ||
1989 | ---help--- | ||
1990 | Include support for early revisions of the Yukon EC chipset | ||
1991 | that required extra workarounds. If in doubt, say N. | ||
1992 | |||
1975 | config SK98LIN | 1993 | config SK98LIN |
1976 | tristate "Marvell Yukon Chipset / SysKonnect SK-98xx Support" | 1994 | tristate "Marvell Yukon Chipset / SysKonnect SK-98xx Support" |
1977 | depends on PCI | 1995 | depends on PCI |