diff options
author | Divy Le Ray <divy@chelsio.com> | 2007-01-18 22:04:14 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-02-05 16:58:46 -0500 |
commit | 4d22de3e6cc4a09c369b504cd8bcde3385a974cd (patch) | |
tree | af13a2ee582105d961c79fc4e55fce0b5e043310 /drivers/net/Kconfig | |
parent | 0bf94faf64afaba6e7b49fd11541b59d2ba06d0e (diff) |
Add support for the latest 1G/10G Chelsio adapter, T3.
This driver is required by the Chelsio T3 RDMA driver posted by
Steve Wise.
Signed-off-by: Divy Le Ray <divy@chelsio.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index b199456a7364..555b3ad66098 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2389,6 +2389,24 @@ config CHELSIO_T1_NAPI | |||
2389 | NAPI is a driver API designed to reduce CPU and interrupt load | 2389 | NAPI is a driver API designed to reduce CPU and interrupt load |
2390 | when the driver is receiving lots of packets from the card. | 2390 | when the driver is receiving lots of packets from the card. |
2391 | 2391 | ||
2392 | config CHELSIO_T3 | ||
2393 | tristate "Chelsio Communications T3 10Gb Ethernet support" | ||
2394 | depends on PCI | ||
2395 | help | ||
2396 | This driver supports Chelsio T3-based gigabit and 10Gb Ethernet | ||
2397 | adapters. | ||
2398 | |||
2399 | For general information about Chelsio and our products, visit | ||
2400 | our website at <http://www.chelsio.com>. | ||
2401 | |||
2402 | For customer support, please visit our customer support page at | ||
2403 | <http://www.chelsio.com/support.htm>. | ||
2404 | |||
2405 | Please send feedback to <linux-bugs@chelsio.com>. | ||
2406 | |||
2407 | To compile this driver as a module, choose M here: the module | ||
2408 | will be called cxgb3. | ||
2409 | |||
2392 | config EHEA | 2410 | config EHEA |
2393 | tristate "eHEA Ethernet support" | 2411 | tristate "eHEA Ethernet support" |
2394 | depends on IBMEBUS | 2412 | depends on IBMEBUS |