aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig26
1 files changed, 14 insertions, 12 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 5ff0922e628c..a3d46ea37126 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2263,6 +2263,7 @@ config GIANFAR
2263 tristate "Gianfar Ethernet" 2263 tristate "Gianfar Ethernet"
2264 depends on 85xx || 83xx || PPC_86xx 2264 depends on 85xx || 83xx || PPC_86xx
2265 select PHYLIB 2265 select PHYLIB
2266 select CRC32
2266 help 2267 help
2267 This driver supports the Gigabit TSEC on the MPC83xx, MPC85xx, 2268 This driver supports the Gigabit TSEC on the MPC83xx, MPC85xx,
2268 and MPC86xx family of chips, and the FEC on the 8540. 2269 and MPC86xx family of chips, and the FEC on the 8540.
@@ -2372,22 +2373,23 @@ config CHELSIO_T1_NAPI
2372 when the driver is receiving lots of packets from the card. 2373 when the driver is receiving lots of packets from the card.
2373 2374
2374config CHELSIO_T3 2375config CHELSIO_T3
2375 tristate "Chelsio Communications T3 10Gb Ethernet support" 2376 tristate "Chelsio Communications T3 10Gb Ethernet support"
2376 depends on PCI 2377 depends on PCI
2377 help 2378 select FW_LOADER
2378 This driver supports Chelsio T3-based gigabit and 10Gb Ethernet 2379 help
2379 adapters. 2380 This driver supports Chelsio T3-based gigabit and 10Gb Ethernet
2381 adapters.
2380 2382
2381 For general information about Chelsio and our products, visit 2383 For general information about Chelsio and our products, visit
2382 our website at <http://www.chelsio.com>. 2384 our website at <http://www.chelsio.com>.
2383 2385
2384 For customer support, please visit our customer support page at 2386 For customer support, please visit our customer support page at
2385 <http://www.chelsio.com/support.htm>. 2387 <http://www.chelsio.com/support.htm>.
2386 2388
2387 Please send feedback to <linux-bugs@chelsio.com>. 2389 Please send feedback to <linux-bugs@chelsio.com>.
2388 2390
2389 To compile this driver as a module, choose M here: the module 2391 To compile this driver as a module, choose M here: the module
2390 will be called cxgb3. 2392 will be called cxgb3.
2391 2393
2392config EHEA 2394config EHEA
2393 tristate "eHEA Ethernet support" 2395 tristate "eHEA Ethernet support"