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 3a0a55b62aaf..8a7928f1d579 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2080,6 +2080,25 @@ endmenu | |||
2080 | menu "Ethernet (10000 Mbit)" | 2080 | menu "Ethernet (10000 Mbit)" |
2081 | depends on NETDEVICES && !UML | 2081 | depends on NETDEVICES && !UML |
2082 | 2082 | ||
2083 | config CHELSIO_T1 | ||
2084 | tristate "Chelsio 10Gb Ethernet support" | ||
2085 | depends on PCI | ||
2086 | help | ||
2087 | This driver supports Chelsio N110 and N210 models 10Gb Ethernet | ||
2088 | cards. More information about adapter features and performance | ||
2089 | tuning is in <file:Documentation/networking/cxgb.txt>. | ||
2090 | |||
2091 | For general information about Chelsio and our products, visit | ||
2092 | our website at <http://www.chelsio.com>. | ||
2093 | |||
2094 | For customer support, please visit our customer support page at | ||
2095 | <http://www.chelsio.com/support.htm>. | ||
2096 | |||
2097 | Please send feedback to <linux-bugs@chelsio.com>. | ||
2098 | |||
2099 | To compile this driver as a module, choose M here: the module | ||
2100 | will be called cxgb. | ||
2101 | |||
2083 | config IXGB | 2102 | config IXGB |
2084 | tristate "Intel(R) PRO/10GbE support" | 2103 | tristate "Intel(R) PRO/10GbE support" |
2085 | depends on PCI | 2104 | depends on PCI |