Linux Audio

Check our new training course

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