diff options
-rw-r--r-- | drivers/net/Kconfig | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index bd76b12c7c45..d9400ef87195 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2125,14 +2125,16 @@ config SKY2 | |||
2125 | will be called sky2. This is recommended. | 2125 | will be called sky2. This is recommended. |
2126 | 2126 | ||
2127 | config SK98LIN | 2127 | config SK98LIN |
2128 | tristate "Marvell Yukon Chipset / SysKonnect SK-98xx Support" | 2128 | tristate "Marvell Yukon Chipset / SysKonnect SK-98xx Support (DEPRECATED)" |
2129 | depends on PCI | 2129 | depends on PCI |
2130 | ---help--- | 2130 | ---help--- |
2131 | Say Y here if you have a Marvell Yukon or SysKonnect SK-98xx/SK-95xx | 2131 | Say Y here if you have a Marvell Yukon or SysKonnect SK-98xx/SK-95xx |
2132 | compliant Gigabit Ethernet Adapter. | 2132 | compliant Gigabit Ethernet Adapter. |
2133 | 2133 | ||
2134 | This driver supports the original Yukon chipset. A cleaner driver is | 2134 | This driver supports the original Yukon chipset. This driver is |
2135 | also available (skge) which seems to work better than this one. | 2135 | deprecated and will be removed from the kernel in the near future, |
2136 | it has been replaced by the skge driver. skge is cleaner and | ||
2137 | seems to work better. | ||
2136 | 2138 | ||
2137 | This driver does not support the newer Yukon2 chipset. A separate | 2139 | This driver does not support the newer Yukon2 chipset. A separate |
2138 | driver, sky2, is provided to support Yukon2-based adapters. | 2140 | driver, sky2, is provided to support Yukon2-based adapters. |