blob: 061e4e04e56151f24e517e8d67581fe9d1ae9dd3 [file] [log] [blame]
Jeff Kirsherdee1ad42011-04-07 07:42:33 -07001#
2# Intel network device configuration
3#
4
5config NET_VENDOR_INTEL
6 bool "Intel devices"
Jeff Kirsher88f07482011-08-23 01:29:52 -07007 default y
Jeff Kirsherdee1ad42011-04-07 07:42:33 -07008 ---help---
Paul Gortmaker138b15e2015-06-21 16:28:02 -04009 If you have a network (Ethernet) card belonging to this class, say Y.
Jeff Kirsherdee1ad42011-04-07 07:42:33 -070010
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
Jeff Kirsherdee1ad42011-04-07 07:42:33 -070021 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
Bruce Alland89777b2013-01-19 01:09:58 +000069 select PTP_1588_CLOCK
Jeff Kirsherdee1ad42011-04-07 07:42:33 -070070 ---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 IGB
87 tristate "Intel(R) 82575/82576 PCI-Express Gigabit Ethernet support"
88 depends on PCI
Ben Hutchingsa24006e2012-10-31 15:33:52 +000089 select PTP_1588_CLOCK
Carolyn Wyborny441fc6f2012-12-07 03:00:30 +000090 select I2C
91 select I2C_ALGOBIT
Jeff Kirsherdee1ad42011-04-07 07:42:33 -070092 ---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 Wybornye4288932012-12-07 03:01:42 +0000110config 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 Kirsherdee1ad42011-04-07 07:42:33 -0700121config 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 Kirsherdee1ad42011-04-07 07:42:33 -0700130config 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
151config 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
173config IXGBE
174 tristate "Intel(R) 10GbE PCI Express adapters support"
Ben Hutchingsff33c0e2012-11-16 12:47:39 +0000175 depends on PCI
Jeff Kirsherdee1ad42011-04-07 07:42:33 -0700176 select MDIO
Ben Hutchingsa24006e2012-10-31 15:33:52 +0000177 select PTP_1588_CLOCK
Jeff Kirsherdee1ad42011-04-07 07:42:33 -0700178 ---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 Skidmore3f207802014-12-23 07:40:34 +0000193config 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 Skidmore3ca8bc62012-04-12 00:33:31 +0000204config 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 Kirsherdee1ad42011-04-07 07:42:33 -0700212config 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
221config 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 Kirsherdee1ad42011-04-07 07:42:33 -0700231config IXGBEVF
Jacob Kellerc0832b22013-11-22 05:58:15 +0000232 tristate "Intel(R) 10GbE PCI Express Virtual Function Ethernet support"
Jeff Kirsherdee1ad42011-04-07 07:42:33 -0700233 depends on PCI_MSI
234 ---help---
Jacob Kellerc0832b22013-11-22 05:58:15 +0000235 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 Kirsherdee1ad42011-04-07 07:42:33 -0700238
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 Brandeburg1bff6522013-09-11 08:40:23 +0000253config I40E
254 tristate "Intel(R) Ethernet Controller XL710 Family support"
Jacob Kellerbeb0dff2014-01-11 05:43:19 +0000255 select PTP_1588_CLOCK
Jesse Brandeburg1bff6522013-09-11 08:40:23 +0000256 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 Parikh9d4887272014-01-17 15:36:38 -0800272config 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 Kirshera1c9a9d2013-12-28 07:32:18 +0000280 If unsure, say N.
281
Vasu Dev776d4e92015-01-14 05:14:07 -0800282config 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 Rose105bf2f2013-12-21 06:13:16 +0000293config 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 Duyckb3890e32014-09-20 19:46:05 -0400312config FM10K
313 tristate "Intel(R) FM10000 Ethernet Switch Host Interface Support"
314 default n
315 depends on PCI_MSI
Pranith Kumarb71b12d2014-10-10 01:19:06 -0400316 select PTP_1588_CLOCK
Alexander Duyckb3890e32014-09-20 19:46:05 -0400317 ---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 Zhouf6b03c12014-10-04 06:19:11 +0000332config 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 Kirsherdee1ad42011-04-07 07:42:33 -0700343endif # NET_VENDOR_INTEL