diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index dd9a09c72dff..5be6a2376f4f 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2618,6 +2618,28 @@ config IXGBE_DCB | |||
2618 | 2618 | ||
2619 | If unsure, say N. | 2619 | If unsure, say N. |
2620 | 2620 | ||
2621 | config IXGBEVF | ||
2622 | tristate "Intel(R) 82599 Virtual Function Ethernet support" | ||
2623 | depends on PCI_MSI | ||
2624 | ---help--- | ||
2625 | This driver supports Intel(R) 82599 virtual functions. For more | ||
2626 | information on how to identify your adapter, go to the Adapter & | ||
2627 | Driver ID Guide at: | ||
2628 | |||
2629 | <http://support.intel.com/support/network/sb/CS-008441.htm> | ||
2630 | |||
2631 | For general information and support, go to the Intel support | ||
2632 | website at: | ||
2633 | |||
2634 | <http://support.intel.com> | ||
2635 | |||
2636 | More specific information on configuring the driver is in | ||
2637 | <file:Documentation/networking/ixgbevf.txt>. | ||
2638 | |||
2639 | To compile this driver as a module, choose M here. The module | ||
2640 | will be called ixgbevf. MSI-X interrupt support is required | ||
2641 | for this driver to work correctly. | ||
2642 | |||
2621 | config IXGB | 2643 | config IXGB |
2622 | tristate "Intel(R) PRO/10GbE support" | 2644 | tristate "Intel(R) PRO/10GbE support" |
2623 | depends on PCI | 2645 | depends on PCI |