aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig40
1 files changed, 28 insertions, 12 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 626508afe1b1..e45a8f959719 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -4,9 +4,9 @@
4# 4#
5 5
6menu "Network device support" 6menu "Network device support"
7 depends on NET
7 8
8config NETDEVICES 9config NETDEVICES
9 depends on NET
10 default y if UML 10 default y if UML
11 bool "Network device support" 11 bool "Network device support"
12 ---help--- 12 ---help---
@@ -24,9 +24,6 @@ config NETDEVICES
24 24
25 If unsure, say Y. 25 If unsure, say Y.
26 26
27# All the following symbols are dependent on NETDEVICES - do not repeat
28# that for each of the symbols.
29if NETDEVICES
30 27
31config IFB 28config IFB
32 tristate "Intermediate Functional Block support" 29 tristate "Intermediate Functional Block support"
@@ -2023,8 +2020,8 @@ config SIS190
2023 will be called sis190. This is recommended. 2020 will be called sis190. This is recommended.
2024 2021
2025config SKGE 2022config SKGE
2026 tristate "New SysKonnect GigaEthernet support (EXPERIMENTAL)" 2023 tristate "New SysKonnect GigaEthernet support"
2027 depends on PCI && EXPERIMENTAL 2024 depends on PCI
2028 select CRC32 2025 select CRC32
2029 ---help--- 2026 ---help---
2030 This driver support the Marvell Yukon or SysKonnect SK-98xx/SK-95xx 2027 This driver support the Marvell Yukon or SysKonnect SK-98xx/SK-95xx
@@ -2034,13 +2031,28 @@ config SKGE
2034 It does not support the link failover and network management 2031 It does not support the link failover and network management
2035 features that "portable" vendor supplied sk98lin driver does. 2032 features that "portable" vendor supplied sk98lin driver does.
2036 2033
2034 This driver supports adapters based on the original Yukon chipset:
2035 Marvell 88E8001, Belkin F5D5005, CNet GigaCard, DLink DGE-530T,
2036 Linksys EG1032/EG1064, 3Com 3C940/3C940B, SysKonnect SK-9871/9872.
2037
2038 It does not support the newer Yukon2 chipset: a separate driver,
2039 sky2, is provided for Yukon2-based adapters.
2040
2041 To compile this driver as a module, choose M here: the module
2042 will be called skge. This is recommended.
2037 2043
2038config SKY2 2044config SKY2
2039 tristate "SysKonnect Yukon2 support (EXPERIMENTAL)" 2045 tristate "SysKonnect Yukon2 support (EXPERIMENTAL)"
2040 depends on PCI && EXPERIMENTAL 2046 depends on PCI && EXPERIMENTAL
2041 select CRC32 2047 select CRC32
2042 ---help--- 2048 ---help---
2043 This driver support the Marvell Yukon 2 Gigabit Ethernet adapter. 2049 This driver supports Gigabit Ethernet adapters based on the the
2050 Marvell Yukon 2 chipset:
2051 Marvell 88E8021/88E8022/88E8035/88E8036/88E8038/88E8050/88E8052/
2052 88E8053/88E8055/88E8061/88E8062, SysKonnect SK-9E21D/SK-9S21
2053
2054 This driver does not support the original Yukon chipset: a seperate
2055 driver, skge, is provided for Yukon-based adapters.
2044 2056
2045 To compile this driver as a module, choose M here: the module 2057 To compile this driver as a module, choose M here: the module
2046 will be called sky2. This is recommended. 2058 will be called sky2. This is recommended.
@@ -2050,8 +2062,15 @@ config SK98LIN
2050 depends on PCI 2062 depends on PCI
2051 ---help--- 2063 ---help---
2052 Say Y here if you have a Marvell Yukon or SysKonnect SK-98xx/SK-95xx 2064 Say Y here if you have a Marvell Yukon or SysKonnect SK-98xx/SK-95xx
2053 compliant Gigabit Ethernet Adapter. The following adapters are supported 2065 compliant Gigabit Ethernet Adapter.
2054 by this driver: 2066
2067 This driver supports the original Yukon chipset. A cleaner driver is
2068 also available (skge) which seems to work better than this one.
2069
2070 This driver does not support the newer Yukon2 chipset. A seperate
2071 driver, sky2, is provided to support Yukon2-based adapters.
2072
2073 The following adapters are supported by this driver:
2055 - 3Com 3C940 Gigabit LOM Ethernet Adapter 2074 - 3Com 3C940 Gigabit LOM Ethernet Adapter
2056 - 3Com 3C941 Gigabit LOM Ethernet Adapter 2075 - 3Com 3C941 Gigabit LOM Ethernet Adapter
2057 - Allied Telesyn AT-2970LX Gigabit Ethernet Adapter 2076 - Allied Telesyn AT-2970LX Gigabit Ethernet Adapter
@@ -2063,7 +2082,6 @@ config SK98LIN
2063 - Allied Telesyn AT-2971SX Gigabit Ethernet Adapter 2082 - Allied Telesyn AT-2971SX Gigabit Ethernet Adapter
2064 - Allied Telesyn AT-2971T Gigabit Ethernet Adapter 2083 - Allied Telesyn AT-2971T Gigabit Ethernet Adapter
2065 - Belkin Gigabit Desktop Card 10/100/1000Base-T Adapter, Copper RJ-45 2084 - Belkin Gigabit Desktop Card 10/100/1000Base-T Adapter, Copper RJ-45
2066 - DGE-530T Gigabit Ethernet Adapter
2067 - EG1032 v2 Instant Gigabit Network Adapter 2085 - EG1032 v2 Instant Gigabit Network Adapter
2068 - EG1064 v2 Instant Gigabit Network Adapter 2086 - EG1064 v2 Instant Gigabit Network Adapter
2069 - Marvell 88E8001 Gigabit LOM Ethernet Adapter (Abit) 2087 - Marvell 88E8001 Gigabit LOM Ethernet Adapter (Abit)
@@ -2696,8 +2714,6 @@ config NETCONSOLE
2696 If you want to log kernel messages over the network, enable this. 2714 If you want to log kernel messages over the network, enable this.
2697 See <file:Documentation/networking/netconsole.txt> for details. 2715 See <file:Documentation/networking/netconsole.txt> for details.
2698 2716
2699endif #NETDEVICES
2700
2701config NETPOLL 2717config NETPOLL
2702 def_bool NETCONSOLE 2718 def_bool NETCONSOLE
2703 2719