diff options
author | Greg Rose <gregory.v.rose@intel.com> | 2010-01-09 02:24:50 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-01-10 21:34:23 (GMT) |
commit | ecc6703cbb2bb648c7345c652a704f7af56322b8 (patch) | |
tree | 7c8964f28f879ff6e6cf443813f5d102b2153bef /drivers/net/Kconfig | |
parent | 0d3592fa28965a3083d670b430bb59c19efb6abe (diff) | |
download | linux-ecc6703cbb2bb648c7345c652a704f7af56322b8.tar.xz |
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 dd9a09c..5be6a23 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2618,6 +2618,28 @@ config IXGBE_DCB If unsure, say N. +config IXGBEVF + tristate "Intel(R) 82599 Virtual Function Ethernet support" + depends on PCI_MSI + ---help--- + This driver supports Intel(R) 82599 virtual functions. For more + information on how to identify your adapter, go to the Adapter & + Driver ID Guide at: + + <http://support.intel.com/support/network/sb/CS-008441.htm> + + For general information and support, go to the Intel support + website at: + + <http://support.intel.com> + + More specific information on configuring the driver is in + <file:Documentation/networking/ixgbevf.txt>. + + To compile this driver as a module, choose M here. The module + will be called ixgbevf. MSI-X interrupt support is required + for this driver to work correctly. + config IXGB tristate "Intel(R) PRO/10GbE support" depends on PCI |