aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig25
1 files changed, 25 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 20e2dec1d534..65db201fd77e 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2583,6 +2583,31 @@ config CHELSIO_T3
2583 To compile this driver as a module, choose M here: the module 2583 To compile this driver as a module, choose M here: the module
2584 will be called cxgb3. 2584 will be called cxgb3.
2585 2585
2586config CHELSIO_T4_DEPENDS
2587 tristate
2588 depends on PCI && INET
2589 default y
2590
2591config CHELSIO_T4
2592 tristate "Chelsio Communications T4 Ethernet support"
2593 depends on CHELSIO_T4_DEPENDS
2594 select FW_LOADER
2595 select MDIO
2596 help
2597 This driver supports Chelsio T4-based gigabit and 10Gb Ethernet
2598 adapters.
2599
2600 For general information about Chelsio and our products, visit
2601 our website at <http://www.chelsio.com>.
2602
2603 For customer support, please visit our customer support page at
2604 <http://www.chelsio.com/support.htm>.
2605
2606 Please send feedback to <linux-bugs@chelsio.com>.
2607
2608 To compile this driver as a module choose M here; the module
2609 will be called cxgb4.
2610
2586config EHEA 2611config EHEA
2587 tristate "eHEA Ethernet support" 2612 tristate "eHEA Ethernet support"
2588 depends on IBMEBUS && INET && SPARSEMEM 2613 depends on IBMEBUS && INET && SPARSEMEM