Loading...
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Intel network device configuration
4#
5
6config NET_VENDOR_INTEL
7 bool "Intel devices"
8 default y
9 help
10 If you have a network (Ethernet) card belonging to this class, say Y.
11
12 Note that the answer to this question doesn't directly affect the
13 kernel: saying N will just cause the configurator to skip all
14 the questions about Intel cards. If you say Y, you will be asked for
15 your specific card in the following questions.
16
17if NET_VENDOR_INTEL
18
19config E100
20 tristate "Intel(R) PRO/100+ support"
21 depends on PCI
22 select MII
23 help
24 This driver supports Intel(R) PRO/100 family of adapters.
25 To verify that your adapter is supported, find the board ID number
26 on the adapter. Look for a label that has a barcode and a number
27 in the format 123456-001 (six digits hyphen three digits).
28
29 Use the above information and the Adapter & Driver ID Guide that
30 can be located at:
31
32 <http://support.intel.com>
33
34 to identify the adapter.
35
36 More specific information on configuring the driver is in
37 <file:Documentation/networking/device_drivers/ethernet/intel/e100.rst>.
38
39 To compile this driver as a module, choose M here. The module
40 will be called e100.
41
42config E1000
43 tristate "Intel(R) PRO/1000 Gigabit Ethernet support"
44 depends on PCI
45 help
46 This driver supports Intel(R) PRO/1000 gigabit ethernet family of
47 adapters. For more information on how to identify your adapter, go
48 to the Adapter & Driver ID Guide that can be located at:
49
50 <http://support.intel.com>
51
52 More specific information on configuring the driver is in
53 <file:Documentation/networking/device_drivers/ethernet/intel/e1000.rst>.
54
55 To compile this driver as a module, choose M here. The module
56 will be called e1000.
57
58config E1000E
59 tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support"
60 depends on PCI && (!SPARC32 || BROKEN)
61 depends on PTP_1588_CLOCK_OPTIONAL
62 select CRC32
63 help
64 This driver supports the PCI-Express Intel(R) PRO/1000 gigabit
65 ethernet family of adapters. For PCI or PCI-X e1000 adapters,
66 use the regular e1000 driver For more information on how to
67 identify your adapter, go to the Adapter & Driver ID Guide that
68 can be located at:
69
70 <http://support.intel.com>
71
72 More specific information on configuring the driver is in
73 <file:Documentation/networking/device_drivers/ethernet/intel/e1000e.rst>.
74
75 To compile this driver as a module, choose M here. The module
76 will be called e1000e.
77
78config E1000E_HWTS
79 bool "Support HW cross-timestamp on PCH devices"
80 default y
81 depends on E1000E && X86
82 help
83 Say Y to enable hardware supported cross-timestamping on PCH
84 devices. The cross-timestamp is available through the PTP clock
85 driver precise cross-timestamp ioctl (PTP_SYS_OFFSET_PRECISE).
86
87config IGB
88 tristate "Intel(R) 82575/82576 PCI-Express Gigabit Ethernet support"
89 depends on PCI
90 depends on PTP_1588_CLOCK_OPTIONAL
91 select I2C
92 select I2C_ALGOBIT
93 help
94 This driver supports Intel(R) 82575/82576 gigabit ethernet family of
95 adapters. For more information on how to identify your adapter, go
96 to the Adapter & Driver ID Guide that can be located at:
97
98 <http://support.intel.com>
99
100 More specific information on configuring the driver is in
101 <file:Documentation/networking/device_drivers/ethernet/intel/igb.rst>.
102
103 To compile this driver as a module, choose M here. The module
104 will be called igb.
105
106config IGB_HWMON
107 bool "Intel(R) PCI-Express Gigabit adapters HWMON support"
108 default y
109 depends on IGB && HWMON && !(IGB=y && HWMON=m)
110 help
111 Say Y if you want to expose thermal sensor data on Intel devices.
112
113 Some of our devices contain thermal sensors, both external and internal.
114 This data is available via the hwmon sysfs interface and exposes
115 the onboard sensors.
116
117config IGB_DCA
118 bool "Direct Cache Access (DCA) Support"
119 default y
120 depends on IGB && DCA && !(IGB=y && DCA=m)
121 help
122 Say Y here if you want to use Direct Cache Access (DCA) in the
123 driver. DCA is a method for warming the CPU cache before data
124 is used, with the intent of lessening the impact of cache misses.
125
126config IGBVF
127 tristate "Intel(R) 82576 Virtual Function Ethernet support"
128 depends on PCI
129 help
130 This driver supports Intel(R) 82576 virtual functions. For more
131 information on how to identify your adapter, go to the Adapter &
132 Driver ID Guide that can be located at:
133
134 <http://support.intel.com>
135
136 More specific information on configuring the driver is in
137 <file:Documentation/networking/device_drivers/ethernet/intel/igbvf.rst>.
138
139 To compile this driver as a module, choose M here. The module
140 will be called igbvf.
141
142config IXGBE
143 tristate "Intel(R) 10GbE PCI Express adapters support"
144 depends on PCI
145 depends on PTP_1588_CLOCK_OPTIONAL
146 select MDIO
147 select PHYLIB
148 help
149 This driver supports Intel(R) 10GbE PCI Express family of
150 adapters. For more information on how to identify your adapter, go
151 to the Adapter & Driver ID Guide that can be located at:
152
153 <http://support.intel.com>
154
155 More specific information on configuring the driver is in
156 <file:Documentation/networking/device_drivers/ethernet/intel/ixgbe.rst>.
157
158 To compile this driver as a module, choose M here. The module
159 will be called ixgbe.
160
161config IXGBE_HWMON
162 bool "Intel(R) 10GbE PCI Express adapters HWMON support"
163 default y
164 depends on IXGBE && HWMON && !(IXGBE=y && HWMON=m)
165 help
166 Say Y if you want to expose the thermal sensor data on some of
167 our cards, via a hwmon sysfs interface.
168
169config IXGBE_DCA
170 bool "Direct Cache Access (DCA) Support"
171 default y
172 depends on IXGBE && DCA && !(IXGBE=y && DCA=m)
173 help
174 Say Y here if you want to use Direct Cache Access (DCA) in the
175 driver. DCA is a method for warming the CPU cache before data
176 is used, with the intent of lessening the impact of cache misses.
177
178config IXGBE_DCB
179 bool "Data Center Bridging (DCB) Support"
180 default n
181 depends on IXGBE && DCB
182 help
183 Say Y here if you want to use Data Center Bridging (DCB) in the
184 driver.
185
186 If unsure, say N.
187
188config IXGBE_IPSEC
189 bool "IPSec XFRM cryptography-offload acceleration"
190 depends on IXGBE
191 depends on XFRM_OFFLOAD
192 default y
193 select XFRM_ALGO
194 help
195 Enable support for IPSec offload in ixgbe.ko
196
197config IXGBEVF
198 tristate "Intel(R) 10GbE PCI Express Virtual Function Ethernet support"
199 depends on PCI_MSI
200 help
201 This driver supports Intel(R) PCI Express virtual functions for the
202 Intel(R) ixgbe driver. For more information on how to identify your
203 adapter, go to the Adapter & Driver ID Guide that can be located at:
204
205 <http://support.intel.com>
206
207 More specific information on configuring the driver is in
208 <file:Documentation/networking/device_drivers/ethernet/intel/ixgbevf.rst>.
209
210 To compile this driver as a module, choose M here. The module
211 will be called ixgbevf. MSI-X interrupt support is required
212 for this driver to work correctly.
213
214config IXGBEVF_IPSEC
215 bool "IPSec XFRM cryptography-offload acceleration"
216 depends on IXGBEVF
217 depends on XFRM_OFFLOAD
218 default y
219 select XFRM_ALGO
220 help
221 Enable support for IPSec offload in ixgbevf.ko
222
223config I40E
224 tristate "Intel(R) Ethernet Controller XL710 Family support"
225 depends on PTP_1588_CLOCK_OPTIONAL
226 depends on PCI
227 select AUXILIARY_BUS
228 select NET_DEVLINK
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
232 to the Adapter & Driver ID Guide that can be located at:
233
234 <http://support.intel.com>
235
236 More specific information on configuring the driver is in
237 <file:Documentation/networking/device_drivers/ethernet/intel/i40e.rst>.
238
239 To compile this driver as a module, choose M here. The module
240 will be called i40e.
241
242config I40E_DCB
243 bool "Data Center Bridging (DCB) Support"
244 default n
245 depends on I40E && DCB
246 help
247 Say Y here if you want to use Data Center Bridging (DCB) in the
248 driver.
249
250 If unsure, say N.
251
252# this is here to allow seamless migration from I40EVF --> IAVF name
253# so that CONFIG_IAVF symbol will always mirror the state of CONFIG_I40EVF
254config IAVF
255 tristate
256config I40EVF
257 tristate "Intel(R) Ethernet Adaptive Virtual Function support"
258 select IAVF
259 depends on PCI_MSI
260 help
261 This driver supports virtual functions for Intel XL710,
262 X710, X722, XXV710, and all devices advertising support for
263 Intel Ethernet Adaptive Virtual Function devices. For more
264 information on how to identify your adapter, go to the Adapter
265 & Driver ID Guide that can be located at:
266
267 <https://support.intel.com>
268
269 This driver was formerly named i40evf.
270
271 More specific information on configuring the driver is in
272 <file:Documentation/networking/device_drivers/ethernet/intel/iavf.rst>.
273
274 To compile this driver as a module, choose M here. The module
275 will be called iavf. MSI-X interrupt support is required
276 for this driver to work correctly.
277
278config ICE
279 tristate "Intel(R) Ethernet Connection E800 Series Support"
280 default n
281 depends on PCI_MSI
282 depends on PTP_1588_CLOCK_OPTIONAL
283 depends on GNSS || GNSS = n
284 select AUXILIARY_BUS
285 select DIMLIB
286 select NET_DEVLINK
287 select PLDMFW
288 select DPLL
289 help
290 This driver supports Intel(R) Ethernet Connection E800 Series of
291 devices. For more information on how to identify your adapter, go
292 to the Adapter & Driver ID Guide that can be located at:
293
294 <http://support.intel.com>
295
296 More specific information on configuring the driver is in
297 <file:Documentation/networking/device_drivers/ethernet/intel/ice.rst>.
298
299 To compile this driver as a module, choose M here. The module
300 will be called ice.
301
302config ICE_HWMON
303 bool "Intel(R) Ethernet Connection E800 Series Support HWMON support"
304 default y
305 depends on ICE && HWMON && !(ICE=y && HWMON=m)
306 help
307 Say Y if you want to expose thermal sensor data on Intel devices.
308
309 Some of our devices contain internal thermal sensors.
310 This data is available via the hwmon sysfs interface and exposes
311 the onboard sensors.
312
313config ICE_SWITCHDEV
314 bool "Switchdev Support"
315 default y
316 depends on ICE && NET_SWITCHDEV
317 help
318 Switchdev support provides internal SRIOV packet steering and switching.
319
320 To enable it on running kernel use devlink tool:
321 #devlink dev eswitch set pci/0000:XX:XX.X mode switchdev
322
323 Say Y here if you want to use Switchdev in the driver.
324
325 If unsure, say N.
326
327config ICE_HWTS
328 bool "Support HW cross-timestamp on platforms with PTM support"
329 default y
330 depends on ICE && X86
331 help
332 Say Y to enable hardware supported cross-timestamping on platforms
333 with PCIe PTM support. The cross-timestamp is available through
334 the PTP clock driver precise cross-timestamp ioctl
335 (PTP_SYS_OFFSET_PRECISE).
336
337config FM10K
338 tristate "Intel(R) FM10000 Ethernet Switch Host Interface Support"
339 default n
340 depends on PCI_MSI
341 depends on PTP_1588_CLOCK_OPTIONAL
342 help
343 This driver supports Intel(R) FM10000 Ethernet Switch Host
344 Interface. For more information on how to identify your adapter,
345 go to the Adapter & Driver ID Guide that can be located at:
346
347 <http://support.intel.com>
348
349 More specific information on configuring the driver is in
350 <file:Documentation/networking/device_drivers/ethernet/intel/fm10k.rst>.
351
352 To compile this driver as a module, choose M here. The module
353 will be called fm10k. MSI-X interrupt support is required
354
355config IGC
356 tristate "Intel(R) Ethernet Controller I225-LM/I225-V support"
357 default n
358 depends on PCI
359 depends on PTP_1588_CLOCK_OPTIONAL
360 help
361 This driver supports Intel(R) Ethernet Controller I225-LM/I225-V
362 family of adapters.
363
364 For more information on how to identify your adapter, go
365 to the Adapter & Driver ID Guide that can be located at:
366
367 <http://support.intel.com>
368
369 To compile this driver as a module, choose M here. The module
370 will be called igc.
371
372config IGC_LEDS
373 def_bool LEDS_TRIGGER_NETDEV
374 depends on IGC && LEDS_CLASS
375 depends on LEDS_CLASS=y || IGC=m
376 help
377 Optional support for controlling the NIC LED's with the netdev
378 LED trigger.
379
380config IDPF
381 tristate "Intel(R) Infrastructure Data Path Function Support"
382 depends on PCI_MSI
383 select DIMLIB
384 select PAGE_POOL
385 select PAGE_POOL_STATS
386 help
387 This driver supports Intel(R) Infrastructure Data Path Function
388 devices.
389
390 To compile this driver as a module, choose M here. The module
391 will be called idpf.
392
393endif # NET_VENDOR_INTEL
1#
2# Intel network device configuration
3#
4
5config NET_VENDOR_INTEL
6 bool "Intel devices"
7 default y
8 ---help---
9 If you have a network (Ethernet) card belonging to this class, say Y.
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
16if NET_VENDOR_INTEL
17
18config E100
19 tristate "Intel(R) PRO/100+ support"
20 depends on PCI
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
44config 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
65config E1000E
66 tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support"
67 depends on PCI && (!SPARC32 || BROKEN)
68 select CRC32
69 select PTP_1588_CLOCK
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
86config E1000E_HWTS
87 bool "Support HW cross-timestamp on PCH devices"
88 default y
89 depends on E1000E && X86
90 ---help---
91 Say Y to enable hardware supported cross-timestamping on PCH
92 devices. The cross-timestamp is available through the PTP clock
93 driver precise cross-timestamp ioctl (PTP_SYS_OFFSET_PRECISE).
94
95config IGB
96 tristate "Intel(R) 82575/82576 PCI-Express Gigabit Ethernet support"
97 depends on PCI
98 select PTP_1588_CLOCK
99 select I2C
100 select I2C_ALGOBIT
101 ---help---
102 This driver supports Intel(R) 82575/82576 gigabit ethernet family of
103 adapters. For more information on how to identify your adapter, go
104 to the Adapter & Driver ID Guide at:
105
106 <http://support.intel.com/support/network/adapter/pro100/21397.htm>
107
108 For general information and support, go to the Intel support
109 website at:
110
111 <http://support.intel.com>
112
113 More specific information on configuring the driver is in
114 <file:Documentation/networking/e1000.txt>.
115
116 To compile this driver as a module, choose M here. The module
117 will be called igb.
118
119config IGB_HWMON
120 bool "Intel(R) PCI-Express Gigabit adapters HWMON support"
121 default y
122 depends on IGB && HWMON && !(IGB=y && HWMON=m)
123 ---help---
124 Say Y if you want to expose thermal sensor data on Intel devices.
125
126 Some of our devices contain thermal sensors, both external and internal.
127 This data is available via the hwmon sysfs interface and exposes
128 the onboard sensors.
129
130config IGB_DCA
131 bool "Direct Cache Access (DCA) Support"
132 default y
133 depends on IGB && DCA && !(IGB=y && DCA=m)
134 ---help---
135 Say Y here if you want to use Direct Cache Access (DCA) in the
136 driver. DCA is a method for warming the CPU cache before data
137 is used, with the intent of lessening the impact of cache misses.
138
139config IGBVF
140 tristate "Intel(R) 82576 Virtual Function Ethernet support"
141 depends on PCI
142 ---help---
143 This driver supports Intel(R) 82576 virtual functions. For more
144 information on how to identify your adapter, go to the Adapter &
145 Driver ID Guide at:
146
147 <http://support.intel.com/support/network/adapter/pro100/21397.htm>
148
149 For general information and support, go to the Intel support
150 website at:
151
152 <http://support.intel.com>
153
154 More specific information on configuring the driver is in
155 <file:Documentation/networking/e1000.txt>.
156
157 To compile this driver as a module, choose M here. The module
158 will be called igbvf.
159
160config IXGB
161 tristate "Intel(R) PRO/10GbE support"
162 depends on PCI
163 ---help---
164 This driver supports Intel(R) PRO/10GbE family of adapters for
165 PCI-X type cards. For PCI-E type cards, use the "ixgbe" driver
166 instead. For more information on how to identify your adapter, go
167 to the Adapter & Driver ID Guide at:
168
169 <http://support.intel.com/support/network/adapter/pro100/21397.htm>
170
171 For general information and support, go to the Intel support
172 website at:
173
174 <http://support.intel.com>
175
176 More specific information on configuring the driver is in
177 <file:Documentation/networking/ixgb.txt>.
178
179 To compile this driver as a module, choose M here. The module
180 will be called ixgb.
181
182config IXGBE
183 tristate "Intel(R) 10GbE PCI Express adapters support"
184 depends on PCI
185 select MDIO
186 select PTP_1588_CLOCK
187 ---help---
188 This driver supports Intel(R) 10GbE PCI Express family of
189 adapters. For more information on how to identify your adapter, go
190 to the Adapter & Driver ID Guide at:
191
192 <http://support.intel.com/support/network/adapter/pro100/21397.htm>
193
194 For general information and support, go to the Intel support
195 website at:
196
197 <http://support.intel.com>
198
199 To compile this driver as a module, choose M here. The module
200 will be called ixgbe.
201
202config IXGBE_VXLAN
203 bool "Virtual eXtensible Local Area Network Support"
204 default n
205 depends on IXGBE && VXLAN && !(IXGBE=y && VXLAN=m)
206 ---help---
207 This allows one to create VXLAN virtual interfaces that provide
208 Layer 2 Networks over Layer 3 Networks. VXLAN is often used
209 to tunnel virtual network infrastructure in virtualized environments.
210 Say Y here if you want to use Virtual eXtensible Local Area Network
211 (VXLAN) in the driver.
212
213config IXGBE_HWMON
214 bool "Intel(R) 10GbE PCI Express adapters HWMON support"
215 default y
216 depends on IXGBE && HWMON && !(IXGBE=y && HWMON=m)
217 ---help---
218 Say Y if you want to expose the thermal sensor data on some of
219 our cards, via a hwmon sysfs interface.
220
221config IXGBE_DCA
222 bool "Direct Cache Access (DCA) Support"
223 default y
224 depends on IXGBE && DCA && !(IXGBE=y && DCA=m)
225 ---help---
226 Say Y here if you want to use Direct Cache Access (DCA) in the
227 driver. DCA is a method for warming the CPU cache before data
228 is used, with the intent of lessening the impact of cache misses.
229
230config IXGBE_DCB
231 bool "Data Center Bridging (DCB) Support"
232 default n
233 depends on IXGBE && DCB
234 ---help---
235 Say Y here if you want to use Data Center Bridging (DCB) in the
236 driver.
237
238 If unsure, say N.
239
240config IXGBEVF
241 tristate "Intel(R) 10GbE PCI Express Virtual Function Ethernet support"
242 depends on PCI_MSI
243 ---help---
244 This driver supports Intel(R) PCI Express virtual functions for the
245 Intel(R) ixgbe driver. For more information on how to identify your
246 adapter, go to the Adapter & Driver ID Guide at:
247
248 <http://support.intel.com/support/network/sb/CS-008441.htm>
249
250 For general information and support, go to the Intel support
251 website at:
252
253 <http://support.intel.com>
254
255 More specific information on configuring the driver is in
256 <file:Documentation/networking/ixgbevf.txt>.
257
258 To compile this driver as a module, choose M here. The module
259 will be called ixgbevf. MSI-X interrupt support is required
260 for this driver to work correctly.
261
262config I40E
263 tristate "Intel(R) Ethernet Controller XL710 Family support"
264 select PTP_1588_CLOCK
265 depends on PCI
266 ---help---
267 This driver supports Intel(R) Ethernet Controller XL710 Family of
268 devices. For more information on how to identify your adapter, go
269 to the Adapter & Driver ID Guide at:
270
271 <http://support.intel.com/support/network/adapter/pro100/21397.htm>
272
273 For general information and support, go to the Intel support
274 website at:
275
276 <http://support.intel.com>
277
278 To compile this driver as a module, choose M here. The module
279 will be called i40e.
280
281config I40E_VXLAN
282 bool "Virtual eXtensible Local Area Network Support"
283 default n
284 depends on I40E && VXLAN && !(I40E=y && VXLAN=m)
285 ---help---
286 This allows one to create VXLAN virtual interfaces that provide
287 Layer 2 Networks over Layer 3 Networks. VXLAN is often used
288 to tunnel virtual network infrastructure in virtualized environments.
289 Say Y here if you want to use Virtual eXtensible Local Area Network
290 (VXLAN) in the driver.
291
292config I40E_GENEVE
293 bool "Generic Network Virtualization Encapsulation (GENEVE) Support"
294 depends on I40E && GENEVE && !(I40E=y && GENEVE=m)
295 default n
296 ---help---
297 This allows one to create GENEVE virtual interfaces that provide
298 Layer 2 Networks over Layer 3 Networks. GENEVE is often used
299 to tunnel virtual network infrastructure in virtualized environments.
300 Say Y here if you want to use GENEVE in the driver.
301
302config I40E_DCB
303 bool "Data Center Bridging (DCB) Support"
304 default n
305 depends on I40E && DCB
306 ---help---
307 Say Y here if you want to use Data Center Bridging (DCB) in the
308 driver.
309
310 If unsure, say N.
311
312config I40E_FCOE
313 bool "Fibre Channel over Ethernet (FCoE)"
314 default n
315 depends on I40E && DCB && FCOE
316 ---help---
317 Say Y here if you want to use Fibre Channel over Ethernet (FCoE)
318 in the driver. This will create new netdev for exclusive FCoE
319 use with XL710 FCoE offloads enabled.
320
321 If unsure, say N.
322
323config I40EVF
324 tristate "Intel(R) XL710 X710 Virtual Function Ethernet support"
325 depends on PCI_MSI
326 ---help---
327 This driver supports Intel(R) XL710 and X710 virtual functions.
328 For more information on how to identify your adapter, go to the
329 Adapter & Driver ID Guide at:
330
331 <http://support.intel.com/support/network/sb/CS-008441.htm>
332
333 For general information and support, go to the Intel support
334 website at:
335
336 <http://support.intel.com>
337
338 To compile this driver as a module, choose M here. The module
339 will be called i40evf. MSI-X interrupt support is required
340 for this driver to work correctly.
341
342config FM10K
343 tristate "Intel(R) FM10000 Ethernet Switch Host Interface Support"
344 default n
345 depends on PCI_MSI
346 select PTP_1588_CLOCK
347 ---help---
348 This driver supports Intel(R) FM10000 Ethernet Switch Host
349 Interface. For more information on how to identify your adapter,
350 go to the Adapter & Driver ID Guide at:
351
352 <http://support.intel.com/support/network/sb/CS-008441.htm>
353
354 For general information and support, go to the Intel support
355 website at:
356
357 <http://support.intel.com>
358
359 To compile this driver as a module, choose M here. The module
360 will be called fm10k. MSI-X interrupt support is required
361
362config FM10K_VXLAN
363 bool "Virtual eXtensible Local Area Network Support"
364 default n
365 depends on FM10K && VXLAN && !(FM10K=y && VXLAN=m)
366 ---help---
367 This allows one to create VXLAN virtual interfaces that provide
368 Layer 2 Networks over Layer 3 Networks. VXLAN is often used
369 to tunnel virtual network infrastructure in virtualized environments.
370 Say Y here if you want to use Virtual eXtensible Local Area Network
371 (VXLAN) in the driver.
372
373endif # NET_VENDOR_INTEL