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