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