diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index c05e506a87ab..60d067acf028 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2602,6 +2602,29 @@ config CHELSIO_T4 | |||
2602 | To compile this driver as a module choose M here; the module | 2602 | To compile this driver as a module choose M here; the module |
2603 | will be called cxgb4. | 2603 | will be called cxgb4. |
2604 | 2604 | ||
2605 | config CHELSIO_T4VF_DEPENDS | ||
2606 | tristate | ||
2607 | depends on PCI && INET | ||
2608 | default y | ||
2609 | |||
2610 | config CHELSIO_T4VF | ||
2611 | tristate "Chelsio Communications T4 Virtual Function Ethernet support" | ||
2612 | depends on CHELSIO_T4VF_DEPENDS | ||
2613 | help | ||
2614 | This driver supports Chelsio T4-based gigabit and 10Gb Ethernet | ||
2615 | adapters with PCI-E SR-IOV Virtual Functions. | ||
2616 | |||
2617 | For general information about Chelsio and our products, visit | ||
2618 | our website at <http://www.chelsio.com>. | ||
2619 | |||
2620 | For customer support, please visit our customer support page at | ||
2621 | <http://www.chelsio.com/support.htm>. | ||
2622 | |||
2623 | Please send feedback to <linux-bugs@chelsio.com>. | ||
2624 | |||
2625 | To compile this driver as a module choose M here; the module | ||
2626 | will be called cxgb4vf. | ||
2627 | |||
2605 | config EHEA | 2628 | config EHEA |
2606 | tristate "eHEA Ethernet support" | 2629 | tristate "eHEA Ethernet support" |
2607 | depends on IBMEBUS && INET && SPARSEMEM | 2630 | depends on IBMEBUS && INET && SPARSEMEM |