diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 78585fb3bdb5..9e921544ba20 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2058,6 +2058,27 @@ config IGB_DCA | |||
2058 | driver. DCA is a method for warming the CPU cache before data | 2058 | driver. DCA is a method for warming the CPU cache before data |
2059 | is used, with the intent of lessening the impact of cache misses. | 2059 | is used, with the intent of lessening the impact of cache misses. |
2060 | 2060 | ||
2061 | config IGBVF | ||
2062 | tristate "Intel(R) 82576 Virtual Function Ethernet support" | ||
2063 | depends on PCI | ||
2064 | ---help--- | ||
2065 | This driver supports Intel(R) 82576 virtual functions. For more | ||
2066 | information on how to identify your adapter, go to the Adapter & | ||
2067 | Driver ID Guide at: | ||
2068 | |||
2069 | <http://support.intel.com/support/network/adapter/pro100/21397.htm> | ||
2070 | |||
2071 | For general information and support, go to the Intel support | ||
2072 | website at: | ||
2073 | |||
2074 | <http://support.intel.com> | ||
2075 | |||
2076 | More specific information on configuring the driver is in | ||
2077 | <file:Documentation/networking/e1000.txt>. | ||
2078 | |||
2079 | To compile this driver as a module, choose M here. The module | ||
2080 | will be called igbvf. | ||
2081 | |||
2061 | source "drivers/net/ixp2000/Kconfig" | 2082 | source "drivers/net/ixp2000/Kconfig" |
2062 | 2083 | ||
2063 | config MYRI_SBUS | 2084 | config MYRI_SBUS |