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 79e8aa6f2b9e..a6a441b969fd 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2093,6 +2093,25 @@ endmenu | |||
2093 | menu "Ethernet (10000 Mbit)" | 2093 | menu "Ethernet (10000 Mbit)" |
2094 | depends on !UML | 2094 | depends on !UML |
2095 | 2095 | ||
2096 | config CHELSIO_T1 | ||
2097 | tristate "Chelsio 10Gb Ethernet support" | ||
2098 | depends on PCI | ||
2099 | help | ||
2100 | This driver supports Chelsio N110 and N210 models 10Gb Ethernet | ||
2101 | cards. More information about adapter features and performance | ||
2102 | tuning is in <file:Documentation/networking/cxgb.txt>. | ||
2103 | |||
2104 | For general information about Chelsio and our products, visit | ||
2105 | our website at <http://www.chelsio.com>. | ||
2106 | |||
2107 | For customer support, please visit our customer support page at | ||
2108 | <http://www.chelsio.com/support.htm>. | ||
2109 | |||
2110 | Please send feedback to <linux-bugs@chelsio.com>. | ||
2111 | |||
2112 | To compile this driver as a module, choose M here: the module | ||
2113 | will be called cxgb. | ||
2114 | |||
2096 | config IXGB | 2115 | config IXGB |
2097 | tristate "Intel(R) PRO/10GbE support" | 2116 | tristate "Intel(R) PRO/10GbE support" |
2098 | depends on PCI | 2117 | depends on PCI |