diff options
author | Greg Rose <gregory.v.rose@intel.com> | 2010-01-08 21:24:50 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-01-10 16:34:23 -0500 |
commit | ecc6703cbb2bb648c7345c652a704f7af56322b8 (patch) | |
tree | 7c8964f28f879ff6e6cf443813f5d102b2153bef /drivers/net/Kconfig | |
parent | 0d3592fa28965a3083d670b430bb59c19efb6abe (diff) |
ixgbevf: Kconfig, Makefile and Documentation
Modifications for the Kconfig and network device Makefile to add the ixgbevf
driver module to the kernel plus basic driver documentation.
Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
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 |