diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 44 |
1 files changed, 42 insertions, 2 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 79e8aa6f2b9e..6bb9232514b4 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -397,7 +397,7 @@ config SUN3LANCE | |||
397 | If you're not building a kernel for a Sun 3, say N. | 397 | If you're not building a kernel for a Sun 3, say N. |
398 | 398 | ||
399 | config SUN3_82586 | 399 | config SUN3_82586 |
400 | tristate "Sun3 on-board Intel 82586 support" | 400 | bool "Sun3 on-board Intel 82586 support" |
401 | depends on NET_ETHERNET && SUN3 | 401 | depends on NET_ETHERNET && SUN3 |
402 | help | 402 | help |
403 | This driver enables support for the on-board Intel 82586 based | 403 | This driver enables support for the on-board Intel 82586 based |
@@ -447,7 +447,7 @@ config NET_SB1250_MAC | |||
447 | 447 | ||
448 | config SGI_IOC3_ETH | 448 | config SGI_IOC3_ETH |
449 | bool "SGI IOC3 Ethernet" | 449 | bool "SGI IOC3 Ethernet" |
450 | depends on NET_ETHERNET && PCI && SGI_IP27 | 450 | depends on NET_ETHERNET && PCI && SGI_IP27 && BROKEN |
451 | select CRC32 | 451 | select CRC32 |
452 | select MII | 452 | select MII |
453 | help | 453 | help |
@@ -1923,6 +1923,20 @@ config R8169_VLAN | |||
1923 | 1923 | ||
1924 | If in doubt, say Y. | 1924 | If in doubt, say Y. |
1925 | 1925 | ||
1926 | config SIS190 | ||
1927 | tristate "SiS190/SiS191 gigabit ethernet support" | ||
1928 | depends on PCI | ||
1929 | select CRC32 | ||
1930 | select MII | ||
1931 | ---help--- | ||
1932 | Say Y here if you have a SiS 190 PCI Fast Ethernet adapter or | ||
1933 | a SiS 191 PCI Gigabit Ethernet adapter. Both are expected to | ||
1934 | appear in lan on motherboard designs which are based on SiS 965 | ||
1935 | and SiS 966 south bridge. | ||
1936 | |||
1937 | To compile this driver as a module, choose M here: the module | ||
1938 | will be called sis190. This is recommended. | ||
1939 | |||
1926 | config SKGE | 1940 | config SKGE |
1927 | tristate "New SysKonnect GigaEthernet support (EXPERIMENTAL)" | 1941 | tristate "New SysKonnect GigaEthernet support (EXPERIMENTAL)" |
1928 | depends on PCI && EXPERIMENTAL | 1942 | depends on PCI && EXPERIMENTAL |
@@ -2044,6 +2058,13 @@ config BNX2 | |||
2044 | To compile this driver as a module, choose M here: the module | 2058 | To compile this driver as a module, choose M here: the module |
2045 | will be called bnx2. This is recommended. | 2059 | will be called bnx2. This is recommended. |
2046 | 2060 | ||
2061 | config SPIDER_NET | ||
2062 | tristate "Spider Gigabit Ethernet driver" | ||
2063 | depends on PCI && PPC_BPA | ||
2064 | help | ||
2065 | This driver supports the Gigabit Ethernet chips present on the | ||
2066 | Cell Processor-Based Blades from IBM. | ||
2067 | |||
2047 | config GIANFAR | 2068 | config GIANFAR |
2048 | tristate "Gianfar Ethernet" | 2069 | tristate "Gianfar Ethernet" |
2049 | depends on 85xx || 83xx | 2070 | depends on 85xx || 83xx |
@@ -2093,6 +2114,25 @@ endmenu | |||
2093 | menu "Ethernet (10000 Mbit)" | 2114 | menu "Ethernet (10000 Mbit)" |
2094 | depends on !UML | 2115 | depends on !UML |
2095 | 2116 | ||
2117 | config CHELSIO_T1 | ||
2118 | tristate "Chelsio 10Gb Ethernet support" | ||
2119 | depends on PCI | ||
2120 | help | ||
2121 | This driver supports Chelsio N110 and N210 models 10Gb Ethernet | ||
2122 | cards. More information about adapter features and performance | ||
2123 | tuning is in <file:Documentation/networking/cxgb.txt>. | ||
2124 | |||
2125 | For general information about Chelsio and our products, visit | ||
2126 | our website at <http://www.chelsio.com>. | ||
2127 | |||
2128 | For customer support, please visit our customer support page at | ||
2129 | <http://www.chelsio.com/support.htm>. | ||
2130 | |||
2131 | Please send feedback to <linux-bugs@chelsio.com>. | ||
2132 | |||
2133 | To compile this driver as a module, choose M here: the module | ||
2134 | will be called cxgb. | ||
2135 | |||
2096 | config IXGB | 2136 | config IXGB |
2097 | tristate "Intel(R) PRO/10GbE support" | 2137 | tristate "Intel(R) PRO/10GbE support" |
2098 | depends on PCI | 2138 | depends on PCI |