aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/Kconfig
diff options
context:
space:
mode:
authorJacob Keller <jacob.e.keller@intel.com>2013-11-22 00:58:15 -0500
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2013-12-10 04:27:33 -0500
commitc0832b2c105d3b666bab325e2790267157df6290 (patch)
tree76fdcc0cf75830f7ca318bb6c92e0bccfcb48fc1 /drivers/net/ethernet/intel/Kconfig
parent893238ac136d40d3321f02f4d4702fce4d265f4e (diff)
ixgbevf: update Kconfig description
This patch updates the ixgbevf Kconfig description, as the VF driver supports more than just the 82599 device. This patch renames the config menu item, as well as updates the help description to make it more obvious that the driver supports more than just a single device group. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/Kconfig')
-rw-r--r--drivers/net/ethernet/intel/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/ethernet/intel/Kconfig b/drivers/net/ethernet/intel/Kconfig
index 149ac85b5f9e..41a2fa2fc67d 100644
--- a/drivers/net/ethernet/intel/Kconfig
+++ b/drivers/net/ethernet/intel/Kconfig
@@ -220,12 +220,12 @@ config IXGBE_DCB
220 If unsure, say N. 220 If unsure, say N.
221 221
222config IXGBEVF 222config IXGBEVF
223 tristate "Intel(R) 82599 Virtual Function Ethernet support" 223 tristate "Intel(R) 10GbE PCI Express Virtual Function Ethernet support"
224 depends on PCI_MSI 224 depends on PCI_MSI
225 ---help--- 225 ---help---
226 This driver supports Intel(R) 82599 virtual functions. For more 226 This driver supports Intel(R) PCI Express virtual functions for the
227 information on how to identify your adapter, go to the Adapter & 227 Intel(R) ixgbe driver. For more information on how to identify your
228 Driver ID Guide at: 228 adapter, go to the Adapter & Driver ID Guide at:
229 229
230 <http://support.intel.com/support/network/sb/CS-008441.htm> 230 <http://support.intel.com/support/network/sb/CS-008441.htm>
231 231