Jeff Kirsher | dee1ad4 | 2011-04-07 07:42:33 -0700 | [diff] [blame] | 1 | # |
| 2 | # Intel network device configuration |
| 3 | # |
| 4 | |
| 5 | config NET_VENDOR_INTEL |
| 6 | bool "Intel devices" |
Jeff Kirsher | 88f0748 | 2011-08-23 01:29:52 -0700 | [diff] [blame] | 7 | default y |
Jeff Kirsher | dee1ad4 | 2011-04-07 07:42:33 -0700 | [diff] [blame] | 8 | ---help--- |
Paul Gortmaker | 138b15e | 2015-06-21 16:28:02 -0400 | [diff] [blame] | 9 | If you have a network (Ethernet) card belonging to this class, say Y. |
Jeff Kirsher | dee1ad4 | 2011-04-07 07:42:33 -0700 | [diff] [blame] | 10 | |
| 11 | Note that the answer to this question doesn't directly affect the |
| 12 | kernel: saying N will just cause the configurator to skip all |
| 13 | the questions about Intel cards. If you say Y, you will be asked for |
| 14 | your specific card in the following questions. |
| 15 | |
| 16 | if NET_VENDOR_INTEL |
| 17 | |
| 18 | config E100 |
| 19 | tristate "Intel(R) PRO/100+ support" |
| 20 | depends on PCI |
Jeff Kirsher | dee1ad4 | 2011-04-07 07:42:33 -0700 | [diff] [blame] | 21 | select MII |
| 22 | ---help--- |
| 23 | This driver supports Intel(R) PRO/100 family of adapters. |
| 24 | To verify that your adapter is supported, find the board ID number |
| 25 | on the adapter. Look for a label that has a barcode and a number |
| 26 | in the format 123456-001 (six digits hyphen three digits). |
| 27 | |
Jiri Benc | 5bd0c02 | 2016-04-05 16:25:07 +0200 | [diff] [blame^] | 28 | Use the above information and the Adapter & Driver ID Guide that |
| 29 | can be located at: |
Jeff Kirsher | dee1ad4 | 2011-04-07 07:42:33 -0700 | [diff] [blame] | 30 | |
Jiri Benc | 5bd0c02 | 2016-04-05 16:25:07 +0200 | [diff] [blame^] | 31 | <http://support.intel.com> |
Jeff Kirsher | dee1ad4 | 2011-04-07 07:42:33 -0700 | [diff] [blame] | 32 | |
| 33 | to identify the adapter. |
| 34 | |
Jeff Kirsher | dee1ad4 | 2011-04-07 07:42:33 -0700 | [diff] [blame] | 35 | More specific information on configuring the driver is in |
| 36 | <file:Documentation/networking/e100.txt>. |
| 37 | |
| 38 | To compile this driver as a module, choose M here. The module |
| 39 | will be called e100. |
| 40 | |
| 41 | config E1000 |
| 42 | tristate "Intel(R) PRO/1000 Gigabit Ethernet support" |
| 43 | depends on PCI |
| 44 | ---help--- |
| 45 | This driver supports Intel(R) PRO/1000 gigabit ethernet family of |
| 46 | adapters. For more information on how to identify your adapter, go |
Jiri Benc | 5bd0c02 | 2016-04-05 16:25:07 +0200 | [diff] [blame^] | 47 | to the Adapter & Driver ID Guide that can be located at: |
Jeff Kirsher | dee1ad4 | 2011-04-07 07:42:33 -0700 | [diff] [blame] | 48 | |
| 49 | <http://support.intel.com> |
| 50 | |
| 51 | More specific information on configuring the driver is in |
| 52 | <file:Documentation/networking/e1000.txt>. |
| 53 | |
| 54 | To compile this driver as a module, choose M here. The module |
| 55 | will be called e1000. |
| 56 | |
| 57 | config E1000E |
| 58 | tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support" |
| 59 | depends on PCI && (!SPARC32 || BROKEN) |
| 60 | select CRC32 |
Bruce Allan | d89777b | 2013-01-19 01:09:58 +0000 | [diff] [blame] | 61 | select PTP_1588_CLOCK |
Jeff Kirsher | dee1ad4 | 2011-04-07 07:42:33 -0700 | [diff] [blame] | 62 | ---help--- |
| 63 | This driver supports the PCI-Express Intel(R) PRO/1000 gigabit |
| 64 | ethernet family of adapters. For PCI or PCI-X e1000 adapters, |
| 65 | use the regular e1000 driver For more information on how to |
Jiri Benc | 5bd0c02 | 2016-04-05 16:25:07 +0200 | [diff] [blame^] | 66 | identify your adapter, go to the Adapter & Driver ID Guide that |
| 67 | can be located at: |
Jeff Kirsher | dee1ad4 | 2011-04-07 07:42:33 -0700 | [diff] [blame] | 68 | |
| 69 | <http://support.intel.com> |
| 70 | |
| 71 | To compile this driver as a module, choose M here. The module |
| 72 | will be called e1000e. |
| 73 | |
Christopher S. Hall | 01d7ada | 2016-02-22 03:15:26 -0800 | [diff] [blame] | 74 | config E1000E_HWTS |
| 75 | bool "Support HW cross-timestamp on PCH devices" |
| 76 | default y |
| 77 | depends on E1000E && X86 |
| 78 | ---help--- |
| 79 | Say Y to enable hardware supported cross-timestamping on PCH |
| 80 | devices. The cross-timestamp is available through the PTP clock |
| 81 | driver precise cross-timestamp ioctl (PTP_SYS_OFFSET_PRECISE). |
| 82 | |
Jeff Kirsher | dee1ad4 | 2011-04-07 07:42:33 -0700 | [diff] [blame] | 83 | config IGB |
| 84 | tristate "Intel(R) 82575/82576 PCI-Express Gigabit Ethernet support" |
| 85 | depends on PCI |
Ben Hutchings | a24006e | 2012-10-31 15:33:52 +0000 | [diff] [blame] | 86 | select PTP_1588_CLOCK |
Carolyn Wyborny | 441fc6f | 2012-12-07 03:00:30 +0000 | [diff] [blame] | 87 | select I2C |
| 88 | select I2C_ALGOBIT |
Jeff Kirsher | dee1ad4 | 2011-04-07 07:42:33 -0700 | [diff] [blame] | 89 | ---help--- |
| 90 | This driver supports Intel(R) 82575/82576 gigabit ethernet family of |
| 91 | adapters. For more information on how to identify your adapter, go |
Jiri Benc | 5bd0c02 | 2016-04-05 16:25:07 +0200 | [diff] [blame^] | 92 | to the Adapter & Driver ID Guide that can be located at: |
Jeff Kirsher | dee1ad4 | 2011-04-07 07:42:33 -0700 | [diff] [blame] | 93 | |
| 94 | <http://support.intel.com> |
| 95 | |
| 96 | More specific information on configuring the driver is in |
| 97 | <file:Documentation/networking/e1000.txt>. |
| 98 | |
| 99 | To compile this driver as a module, choose M here. The module |
| 100 | will be called igb. |
| 101 | |
Carolyn Wyborny | e428893 | 2012-12-07 03:01:42 +0000 | [diff] [blame] | 102 | config IGB_HWMON |
| 103 | bool "Intel(R) PCI-Express Gigabit adapters HWMON support" |
| 104 | default y |
| 105 | depends on IGB && HWMON && !(IGB=y && HWMON=m) |
| 106 | ---help--- |
| 107 | Say Y if you want to expose thermal sensor data on Intel devices. |
| 108 | |
| 109 | Some of our devices contain thermal sensors, both external and internal. |
| 110 | This data is available via the hwmon sysfs interface and exposes |
| 111 | the onboard sensors. |
| 112 | |
Jeff Kirsher | dee1ad4 | 2011-04-07 07:42:33 -0700 | [diff] [blame] | 113 | config IGB_DCA |
| 114 | bool "Direct Cache Access (DCA) Support" |
| 115 | default y |
| 116 | depends on IGB && DCA && !(IGB=y && DCA=m) |
| 117 | ---help--- |
| 118 | Say Y here if you want to use Direct Cache Access (DCA) in the |
| 119 | driver. DCA is a method for warming the CPU cache before data |
| 120 | is used, with the intent of lessening the impact of cache misses. |
| 121 | |
Jeff Kirsher | dee1ad4 | 2011-04-07 07:42:33 -0700 | [diff] [blame] | 122 | config IGBVF |
| 123 | tristate "Intel(R) 82576 Virtual Function Ethernet support" |
| 124 | depends on PCI |
| 125 | ---help--- |
| 126 | This driver supports Intel(R) 82576 virtual functions. For more |
| 127 | information on how to identify your adapter, go to the Adapter & |
Jiri Benc | 5bd0c02 | 2016-04-05 16:25:07 +0200 | [diff] [blame^] | 128 | Driver ID Guide that can be located at: |
Jeff Kirsher | dee1ad4 | 2011-04-07 07:42:33 -0700 | [diff] [blame] | 129 | |
| 130 | <http://support.intel.com> |
| 131 | |
| 132 | More specific information on configuring the driver is in |
| 133 | <file:Documentation/networking/e1000.txt>. |
| 134 | |
| 135 | To compile this driver as a module, choose M here. The module |
| 136 | will be called igbvf. |
| 137 | |
| 138 | config IXGB |
| 139 | tristate "Intel(R) PRO/10GbE support" |
| 140 | depends on PCI |
| 141 | ---help--- |
| 142 | This driver supports Intel(R) PRO/10GbE family of adapters for |
| 143 | PCI-X type cards. For PCI-E type cards, use the "ixgbe" driver |
| 144 | instead. For more information on how to identify your adapter, go |
Jiri Benc | 5bd0c02 | 2016-04-05 16:25:07 +0200 | [diff] [blame^] | 145 | to the Adapter & Driver ID Guide that can be located at: |
Jeff Kirsher | dee1ad4 | 2011-04-07 07:42:33 -0700 | [diff] [blame] | 146 | |
| 147 | <http://support.intel.com> |
| 148 | |
| 149 | More specific information on configuring the driver is in |
| 150 | <file:Documentation/networking/ixgb.txt>. |
| 151 | |
| 152 | To compile this driver as a module, choose M here. The module |
| 153 | will be called ixgb. |
| 154 | |
| 155 | config IXGBE |
| 156 | tristate "Intel(R) 10GbE PCI Express adapters support" |
Ben Hutchings | ff33c0e | 2012-11-16 12:47:39 +0000 | [diff] [blame] | 157 | depends on PCI |
Jeff Kirsher | dee1ad4 | 2011-04-07 07:42:33 -0700 | [diff] [blame] | 158 | select MDIO |
Ben Hutchings | a24006e | 2012-10-31 15:33:52 +0000 | [diff] [blame] | 159 | select PTP_1588_CLOCK |
Jeff Kirsher | dee1ad4 | 2011-04-07 07:42:33 -0700 | [diff] [blame] | 160 | ---help--- |
| 161 | This driver supports Intel(R) 10GbE PCI Express family of |
| 162 | adapters. For more information on how to identify your adapter, go |
Jiri Benc | 5bd0c02 | 2016-04-05 16:25:07 +0200 | [diff] [blame^] | 163 | to the Adapter & Driver ID Guide that can be located at: |
Jeff Kirsher | dee1ad4 | 2011-04-07 07:42:33 -0700 | [diff] [blame] | 164 | |
| 165 | <http://support.intel.com> |
| 166 | |
| 167 | To compile this driver as a module, choose M here. The module |
| 168 | will be called ixgbe. |
| 169 | |
Don Skidmore | 3f20780 | 2014-12-23 07:40:34 +0000 | [diff] [blame] | 170 | config IXGBE_VXLAN |
| 171 | bool "Virtual eXtensible Local Area Network Support" |
| 172 | default n |
| 173 | depends on IXGBE && VXLAN && !(IXGBE=y && VXLAN=m) |
| 174 | ---help--- |
| 175 | This allows one to create VXLAN virtual interfaces that provide |
| 176 | Layer 2 Networks over Layer 3 Networks. VXLAN is often used |
| 177 | to tunnel virtual network infrastructure in virtualized environments. |
| 178 | Say Y here if you want to use Virtual eXtensible Local Area Network |
| 179 | (VXLAN) in the driver. |
| 180 | |
Don Skidmore | 3ca8bc6 | 2012-04-12 00:33:31 +0000 | [diff] [blame] | 181 | config IXGBE_HWMON |
| 182 | bool "Intel(R) 10GbE PCI Express adapters HWMON support" |
| 183 | default y |
| 184 | depends on IXGBE && HWMON && !(IXGBE=y && HWMON=m) |
| 185 | ---help--- |
| 186 | Say Y if you want to expose the thermal sensor data on some of |
| 187 | our cards, via a hwmon sysfs interface. |
| 188 | |
Jeff Kirsher | dee1ad4 | 2011-04-07 07:42:33 -0700 | [diff] [blame] | 189 | config IXGBE_DCA |
| 190 | bool "Direct Cache Access (DCA) Support" |
| 191 | default y |
| 192 | depends on IXGBE && DCA && !(IXGBE=y && DCA=m) |
| 193 | ---help--- |
| 194 | Say Y here if you want to use Direct Cache Access (DCA) in the |
| 195 | driver. DCA is a method for warming the CPU cache before data |
| 196 | is used, with the intent of lessening the impact of cache misses. |
| 197 | |
| 198 | config IXGBE_DCB |
| 199 | bool "Data Center Bridging (DCB) Support" |
| 200 | default n |
| 201 | depends on IXGBE && DCB |
| 202 | ---help--- |
| 203 | Say Y here if you want to use Data Center Bridging (DCB) in the |
| 204 | driver. |
| 205 | |
| 206 | If unsure, say N. |
| 207 | |
Jeff Kirsher | dee1ad4 | 2011-04-07 07:42:33 -0700 | [diff] [blame] | 208 | config IXGBEVF |
Jacob Keller | c0832b2 | 2013-11-22 05:58:15 +0000 | [diff] [blame] | 209 | tristate "Intel(R) 10GbE PCI Express Virtual Function Ethernet support" |
Jeff Kirsher | dee1ad4 | 2011-04-07 07:42:33 -0700 | [diff] [blame] | 210 | depends on PCI_MSI |
| 211 | ---help--- |
Jacob Keller | c0832b2 | 2013-11-22 05:58:15 +0000 | [diff] [blame] | 212 | This driver supports Intel(R) PCI Express virtual functions for the |
| 213 | Intel(R) ixgbe driver. For more information on how to identify your |
Jiri Benc | 5bd0c02 | 2016-04-05 16:25:07 +0200 | [diff] [blame^] | 214 | adapter, go to the Adapter & Driver ID Guide that can be located at: |
Jeff Kirsher | dee1ad4 | 2011-04-07 07:42:33 -0700 | [diff] [blame] | 215 | |
| 216 | <http://support.intel.com> |
| 217 | |
| 218 | More specific information on configuring the driver is in |
| 219 | <file:Documentation/networking/ixgbevf.txt>. |
| 220 | |
| 221 | To compile this driver as a module, choose M here. The module |
| 222 | will be called ixgbevf. MSI-X interrupt support is required |
| 223 | for this driver to work correctly. |
| 224 | |
Jesse Brandeburg | 1bff652 | 2013-09-11 08:40:23 +0000 | [diff] [blame] | 225 | config I40E |
| 226 | tristate "Intel(R) Ethernet Controller XL710 Family support" |
Jacob Keller | beb0dff | 2014-01-11 05:43:19 +0000 | [diff] [blame] | 227 | select PTP_1588_CLOCK |
Jesse Brandeburg | 1bff652 | 2013-09-11 08:40:23 +0000 | [diff] [blame] | 228 | depends on PCI |
| 229 | ---help--- |
| 230 | This driver supports Intel(R) Ethernet Controller XL710 Family of |
| 231 | devices. For more information on how to identify your adapter, go |
Jiri Benc | 5bd0c02 | 2016-04-05 16:25:07 +0200 | [diff] [blame^] | 232 | to the Adapter & Driver ID Guide that can be located at: |
Jesse Brandeburg | 1bff652 | 2013-09-11 08:40:23 +0000 | [diff] [blame] | 233 | |
| 234 | <http://support.intel.com> |
| 235 | |
| 236 | To compile this driver as a module, choose M here. The module |
| 237 | will be called i40e. |
| 238 | |
Singhai, Anjali | 6633d38 | 2015-12-03 23:49:31 -0800 | [diff] [blame] | 239 | config I40E_VXLAN |
| 240 | bool "Virtual eXtensible Local Area Network Support" |
| 241 | default n |
| 242 | depends on I40E && VXLAN && !(I40E=y && VXLAN=m) |
| 243 | ---help--- |
| 244 | This allows one to create VXLAN virtual interfaces that provide |
| 245 | Layer 2 Networks over Layer 3 Networks. VXLAN is often used |
| 246 | to tunnel virtual network infrastructure in virtualized environments. |
| 247 | Say Y here if you want to use Virtual eXtensible Local Area Network |
| 248 | (VXLAN) in the driver. |
| 249 | |
Singhai, Anjali | c110c31 | 2015-12-14 12:21:19 -0800 | [diff] [blame] | 250 | config I40E_GENEVE |
| 251 | bool "Generic Network Virtualization Encapsulation (GENEVE) Support" |
| 252 | depends on I40E && GENEVE && !(I40E=y && GENEVE=m) |
| 253 | default n |
| 254 | ---help--- |
| 255 | This allows one to create GENEVE virtual interfaces that provide |
| 256 | Layer 2 Networks over Layer 3 Networks. GENEVE is often used |
| 257 | to tunnel virtual network infrastructure in virtualized environments. |
| 258 | Say Y here if you want to use GENEVE in the driver. |
| 259 | |
Neerav Parikh | 9d488727 | 2014-01-17 15:36:38 -0800 | [diff] [blame] | 260 | config I40E_DCB |
| 261 | bool "Data Center Bridging (DCB) Support" |
| 262 | default n |
| 263 | depends on I40E && DCB |
| 264 | ---help--- |
| 265 | Say Y here if you want to use Data Center Bridging (DCB) in the |
| 266 | driver. |
| 267 | |
Jeff Kirsher | a1c9a9d | 2013-12-28 07:32:18 +0000 | [diff] [blame] | 268 | If unsure, say N. |
| 269 | |
Vasu Dev | 776d4e9 | 2015-01-14 05:14:07 -0800 | [diff] [blame] | 270 | config I40E_FCOE |
| 271 | bool "Fibre Channel over Ethernet (FCoE)" |
| 272 | default n |
| 273 | depends on I40E && DCB && FCOE |
| 274 | ---help--- |
| 275 | Say Y here if you want to use Fibre Channel over Ethernet (FCoE) |
| 276 | in the driver. This will create new netdev for exclusive FCoE |
| 277 | use with XL710 FCoE offloads enabled. |
| 278 | |
| 279 | If unsure, say N. |
| 280 | |
Greg Rose | 105bf2f | 2013-12-21 06:13:16 +0000 | [diff] [blame] | 281 | config I40EVF |
| 282 | tristate "Intel(R) XL710 X710 Virtual Function Ethernet support" |
| 283 | depends on PCI_MSI |
| 284 | ---help--- |
| 285 | This driver supports Intel(R) XL710 and X710 virtual functions. |
| 286 | For more information on how to identify your adapter, go to the |
Jiri Benc | 5bd0c02 | 2016-04-05 16:25:07 +0200 | [diff] [blame^] | 287 | Adapter & Driver ID Guide that can be located at: |
Greg Rose | 105bf2f | 2013-12-21 06:13:16 +0000 | [diff] [blame] | 288 | |
| 289 | <http://support.intel.com> |
| 290 | |
| 291 | To compile this driver as a module, choose M here. The module |
| 292 | will be called i40evf. MSI-X interrupt support is required |
| 293 | for this driver to work correctly. |
| 294 | |
Alexander Duyck | b3890e3 | 2014-09-20 19:46:05 -0400 | [diff] [blame] | 295 | config FM10K |
| 296 | tristate "Intel(R) FM10000 Ethernet Switch Host Interface Support" |
| 297 | default n |
| 298 | depends on PCI_MSI |
Pranith Kumar | b71b12d | 2014-10-10 01:19:06 -0400 | [diff] [blame] | 299 | select PTP_1588_CLOCK |
Alexander Duyck | b3890e3 | 2014-09-20 19:46:05 -0400 | [diff] [blame] | 300 | ---help--- |
| 301 | This driver supports Intel(R) FM10000 Ethernet Switch Host |
| 302 | Interface. For more information on how to identify your adapter, |
Jiri Benc | 5bd0c02 | 2016-04-05 16:25:07 +0200 | [diff] [blame^] | 303 | go to the Adapter & Driver ID Guide that can be located at: |
Alexander Duyck | b3890e3 | 2014-09-20 19:46:05 -0400 | [diff] [blame] | 304 | |
| 305 | <http://support.intel.com> |
| 306 | |
| 307 | To compile this driver as a module, choose M here. The module |
| 308 | will be called fm10k. MSI-X interrupt support is required |
| 309 | |
Andy Zhou | f6b03c1 | 2014-10-04 06:19:11 +0000 | [diff] [blame] | 310 | config FM10K_VXLAN |
| 311 | bool "Virtual eXtensible Local Area Network Support" |
| 312 | default n |
| 313 | depends on FM10K && VXLAN && !(FM10K=y && VXLAN=m) |
| 314 | ---help--- |
| 315 | This allows one to create VXLAN virtual interfaces that provide |
| 316 | Layer 2 Networks over Layer 3 Networks. VXLAN is often used |
| 317 | to tunnel virtual network infrastructure in virtualized environments. |
| 318 | Say Y here if you want to use Virtual eXtensible Local Area Network |
| 319 | (VXLAN) in the driver. |
| 320 | |
Jeff Kirsher | dee1ad4 | 2011-04-07 07:42:33 -0700 | [diff] [blame] | 321 | endif # NET_VENDOR_INTEL |