aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>2005-09-14 08:01:25 -0400
committerJeff Garzik <jgarzik@pobox.com>2005-09-14 08:01:25 -0400
commitd7f6884ae0ae6e406ec3500fcde16e8f51642460 (patch)
treeefceb246a4fa12921b7dbd3946a88fa257684405 /drivers/net/Kconfig
parentcd28ab6a4e50a7601d22752aa7ce0c8197b10bdf (diff)
parent2f4ba45a75d6383b4a1201169a808ffea416ffa0 (diff)
Merge /spare/repo/linux-2.6/
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig63
1 files changed, 56 insertions, 7 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 4d7489ae5e24..a584f0362e6c 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -131,6 +131,8 @@ config NET_SB1000
131 131
132 source "drivers/net/arcnet/Kconfig" 132 source "drivers/net/arcnet/Kconfig"
133 133
134source "drivers/net/phy/Kconfig"
135
134# 136#
135# Ethernet 137# Ethernet
136# 138#
@@ -395,7 +397,7 @@ config SUN3LANCE
395 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.
396 398
397config SUN3_82586 399config SUN3_82586
398 tristate "Sun3 on-board Intel 82586 support" 400 bool "Sun3 on-board Intel 82586 support"
399 depends on NET_ETHERNET && SUN3 401 depends on NET_ETHERNET && SUN3
400 help 402 help
401 This driver enables support for the on-board Intel 82586 based 403 This driver enables support for the on-board Intel 82586 based
@@ -445,7 +447,7 @@ config NET_SB1250_MAC
445 447
446config SGI_IOC3_ETH 448config SGI_IOC3_ETH
447 bool "SGI IOC3 Ethernet" 449 bool "SGI IOC3 Ethernet"
448 depends on NET_ETHERNET && PCI && SGI_IP27 450 depends on NET_ETHERNET && PCI && SGI_IP27 && BROKEN
449 select CRC32 451 select CRC32
450 select MII 452 select MII
451 help 453 help
@@ -1145,7 +1147,7 @@ config IBMVETH
1145 be called ibmveth. 1147 be called ibmveth.
1146 1148
1147config IBM_EMAC 1149config IBM_EMAC
1148 tristate "IBM PPC4xx EMAC driver support" 1150 bool "IBM PPC4xx EMAC driver support"
1149 depends on 4xx 1151 depends on 4xx
1150 select CRC32 1152 select CRC32
1151 ---help--- 1153 ---help---
@@ -1154,7 +1156,7 @@ config IBM_EMAC
1154 1156
1155config IBM_EMAC_ERRMSG 1157config IBM_EMAC_ERRMSG
1156 bool "Verbose error messages" 1158 bool "Verbose error messages"
1157 depends on IBM_EMAC 1159 depends on IBM_EMAC && BROKEN
1158 1160
1159config IBM_EMAC_RXB 1161config IBM_EMAC_RXB
1160 int "Number of receive buffers" 1162 int "Number of receive buffers"
@@ -1736,11 +1738,18 @@ config 68360_ENET
1736 the Motorola 68360 processor. 1738 the Motorola 68360 processor.
1737 1739
1738config FEC 1740config FEC
1739 bool "FEC ethernet controller (of ColdFire 5272)" 1741 bool "FEC ethernet controller (of ColdFire CPUs)"
1740 depends on M5272 || M5282 1742 depends on M523x || M527x || M5272 || M528x
1741 help 1743 help
1742 Say Y here if you want to use the built-in 10/100 Fast ethernet 1744 Say Y here if you want to use the built-in 10/100 Fast ethernet
1743 controller on the Motorola ColdFire 5272 processor. 1745 controller on some Motorola ColdFire processors.
1746
1747config FEC2
1748 bool "Second FEC ethernet controller (on some ColdFire CPUs)"
1749 depends on FEC
1750 help
1751 Say Y here if you want to use the second built-in 10/100 Fast
1752 ethernet controller on some Motorola ColdFire processors.
1744 1753
1745config NE_H8300 1754config NE_H8300
1746 tristate "NE2000 compatible support for H8/300" 1755 tristate "NE2000 compatible support for H8/300"
@@ -1921,6 +1930,20 @@ config R8169_VLAN
1921 1930
1922 If in doubt, say Y. 1931 If in doubt, say Y.
1923 1932
1933config SIS190
1934 tristate "SiS190/SiS191 gigabit ethernet support"
1935 depends on PCI
1936 select CRC32
1937 select MII
1938 ---help---
1939 Say Y here if you have a SiS 190 PCI Fast Ethernet adapter or
1940 a SiS 191 PCI Gigabit Ethernet adapter. Both are expected to
1941 appear in lan on motherboard designs which are based on SiS 965
1942 and SiS 966 south bridge.
1943
1944 To compile this driver as a module, choose M here: the module
1945 will be called sis190. This is recommended.
1946
1924config SKGE 1947config SKGE
1925 tristate "New SysKonnect GigaEthernet support (EXPERIMENTAL)" 1948 tristate "New SysKonnect GigaEthernet support (EXPERIMENTAL)"
1926 depends on PCI && EXPERIMENTAL 1949 depends on PCI && EXPERIMENTAL
@@ -2060,6 +2083,13 @@ config BNX2
2060 To compile this driver as a module, choose M here: the module 2083 To compile this driver as a module, choose M here: the module
2061 will be called bnx2. This is recommended. 2084 will be called bnx2. This is recommended.
2062 2085
2086config SPIDER_NET
2087 tristate "Spider Gigabit Ethernet driver"
2088 depends on PCI && PPC_BPA
2089 help
2090 This driver supports the Gigabit Ethernet chips present on the
2091 Cell Processor-Based Blades from IBM.
2092
2063config GIANFAR 2093config GIANFAR
2064 tristate "Gianfar Ethernet" 2094 tristate "Gianfar Ethernet"
2065 depends on 85xx || 83xx 2095 depends on 85xx || 83xx
@@ -2109,6 +2139,25 @@ endmenu
2109menu "Ethernet (10000 Mbit)" 2139menu "Ethernet (10000 Mbit)"
2110 depends on !UML 2140 depends on !UML
2111 2141
2142config CHELSIO_T1
2143 tristate "Chelsio 10Gb Ethernet support"
2144 depends on PCI
2145 help
2146 This driver supports Chelsio N110 and N210 models 10Gb Ethernet
2147 cards. More information about adapter features and performance
2148 tuning is in <file:Documentation/networking/cxgb.txt>.
2149
2150 For general information about Chelsio and our products, visit
2151 our website at <http://www.chelsio.com>.
2152
2153 For customer support, please visit our customer support page at
2154 <http://www.chelsio.com/support.htm>.
2155
2156 Please send feedback to <linux-bugs@chelsio.com>.
2157
2158 To compile this driver as a module, choose M here: the module
2159 will be called cxgb.
2160
2112config IXGB 2161config IXGB
2113 tristate "Intel(R) PRO/10GbE support" 2162 tristate "Intel(R) PRO/10GbE support"
2114 depends on PCI 2163 depends on PCI