diff options
author | David S. Miller <davem@davemloft.net> | 2010-04-07 02:53:30 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-04-07 02:53:30 -0400 |
commit | 4a35ecf8bf1c4b039503fa554100fe85c761de76 (patch) | |
tree | 9b75f5d5636004d9a9aa496924377379be09aa1f /drivers/net/Kconfig | |
parent | b4d562e3c3553ac58c7120555c4e4aefbb090a2a (diff) | |
parent | fb9e2d887243499b8d28efcf80821c4f6a092395 (diff) |
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Conflicts:
drivers/net/bonding/bond_main.c
drivers/net/via-velocity.c
drivers/net/wireless/iwlwifi/iwl-agn.c
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 25 |
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 | ||
2586 | config CHELSIO_T4_DEPENDS | ||
2587 | tristate | ||
2588 | depends on PCI && INET | ||
2589 | default y | ||
2590 | |||
2591 | config 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 | |||
2586 | config EHEA | 2611 | config EHEA |
2587 | tristate "eHEA Ethernet support" | 2612 | tristate "eHEA Ethernet support" |
2588 | depends on IBMEBUS && INET && SPARSEMEM | 2613 | depends on IBMEBUS && INET && SPARSEMEM |