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 ebd7313d7fc1..39415b5c4569 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2008,7 +2008,25 @@ config SKGE | |||
2008 | 2008 | ||
2009 | It does not support the link failover and network management | 2009 | It does not support the link failover and network management |
2010 | features that "portable" vendor supplied sk98lin driver does. | 2010 | features that "portable" vendor supplied sk98lin driver does. |
2011 | 2011 | ||
2012 | |||
2013 | config SKY2 | ||
2014 | tristate "SysKonnect Yukon2 support (EXPERIMENTAL)" | ||
2015 | depends on PCI && EXPERIMENTAL | ||
2016 | select CRC32 | ||
2017 | ---help--- | ||
2018 | This driver support the Marvell Yukon 2 Gigabit Ethernet adapter. | ||
2019 | |||
2020 | To compile this driver as a module, choose M here: the module | ||
2021 | will be called sky2. This is recommended. | ||
2022 | |||
2023 | config SKY2_EC_A1 | ||
2024 | bool "Support old Yukon-EC A1 chipset" | ||
2025 | depends on SKY2 | ||
2026 | ---help--- | ||
2027 | Include support for early revisions of the Yukon EC chipset | ||
2028 | that required extra workarounds. If in doubt, say N. | ||
2029 | |||
2012 | config SK98LIN | 2030 | config SK98LIN |
2013 | tristate "Marvell Yukon Chipset / SysKonnect SK-98xx Support" | 2031 | tristate "Marvell Yukon Chipset / SysKonnect SK-98xx Support" |
2014 | depends on PCI | 2032 | depends on PCI |