diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index fa9f76c953dd..0313af45c1ec 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2091,6 +2091,25 @@ endmenu | |||
2091 | menu "Ethernet (10000 Mbit)" | 2091 | menu "Ethernet (10000 Mbit)" |
2092 | depends on NETDEVICES && !UML | 2092 | depends on NETDEVICES && !UML |
2093 | 2093 | ||
2094 | config CHELSIO_T1 | ||
2095 | tristate "Chelsio 10Gb Ethernet support" | ||
2096 | depends on PCI | ||
2097 | help | ||
2098 | This driver supports Chelsio N110 and N210 models 10Gb Ethernet | ||
2099 | cards. More information about adapter features and performance | ||
2100 | tuning is in <file:Documentation/networking/cxgb.txt>. | ||
2101 | |||
2102 | For general information about Chelsio and our products, visit | ||
2103 | our website at <http://www.chelsio.com>. | ||
2104 | |||
2105 | For customer support, please visit our customer support page at | ||
2106 | <http://www.chelsio.com/support.htm>. | ||
2107 | |||
2108 | Please send feedback to <linux-bugs@chelsio.com>. | ||
2109 | |||
2110 | To compile this driver as a module, choose M here: the module | ||
2111 | will be called cxgb. | ||
2112 | |||
2094 | config IXGB | 2113 | config IXGB |
2095 | tristate "Intel(R) PRO/10GbE support" | 2114 | tristate "Intel(R) PRO/10GbE support" |
2096 | depends on PCI | 2115 | depends on PCI |