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 8a835eb58808..4d7489ae5e24 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1932,7 +1932,25 @@ config SKGE | |||
1932 | 1932 | ||
1933 | It does not support the link failover and network management | 1933 | It does not support the link failover and network management |
1934 | features that "portable" vendor supplied sk98lin driver does. | 1934 | features that "portable" vendor supplied sk98lin driver does. |
1935 | 1935 | ||
1936 | |||
1937 | config SKY2 | ||
1938 | tristate "SysKonnect Yukon2 support (EXPERIMENTAL)" | ||
1939 | depends on PCI && EXPERIMENTAL | ||
1940 | select CRC32 | ||
1941 | ---help--- | ||
1942 | This driver support the Marvell Yukon 2 Gigabit Ethernet adapter. | ||
1943 | |||
1944 | To compile this driver as a module, choose M here: the module | ||
1945 | will be called sky2. This is recommended. | ||
1946 | |||
1947 | config SKY2_EC_A1 | ||
1948 | bool "Support old Yukon-EC A1 chipset" | ||
1949 | depends on SKY2 | ||
1950 | ---help--- | ||
1951 | Include support for early revisions of the Yukon EC chipset | ||
1952 | that required extra workarounds. If in doubt, say N. | ||
1953 | |||
1936 | config SK98LIN | 1954 | config SK98LIN |
1937 | tristate "Marvell Yukon Chipset / SysKonnect SK-98xx Support" | 1955 | tristate "Marvell Yukon Chipset / SysKonnect SK-98xx Support" |
1938 | depends on PCI | 1956 | depends on PCI |