diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-11-11 22:48:14 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-11 22:48:14 -0500 |
commit | 06d61cbf7c2522f43c09d5bb050acd0bd31812c0 (patch) | |
tree | 2ce1fb910566961de2d2ff1f2f01a9c0546d8092 /drivers/net/Kconfig | |
parent | 34afd638d0b0698e66b6aa4f749face019a3e90f (diff) | |
parent | d0bbccfa3297d3ef6ae4691585abde9a6c26b186 (diff) |
Merge branch 'sky2'
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 |