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
v3.5.6
  1#
  2# Intel network device configuration
  3#
  4
  5config NET_VENDOR_INTEL
  6	bool "Intel devices"
  7	default y
  8	depends on PCI || PCI_MSI || ISA || ISA_DMA_API || ARM || \
  9		   ARCH_ACORN || MCA || MCA_LEGACY || SNI_RM || SUN3 || \
 10		   GSC || BVME6000 || MVME16x || \
 11		   (ARM && ARCH_IXP4XX && IXP4XX_NPE && IXP4XX_QMGR) || \
 12		   EXPERIMENTAL
 13	---help---
 14	  If you have a network (Ethernet) card belonging to this class, say Y
 15	  and read the Ethernet-HOWTO, available from
 16	  <http://www.tldp.org/docs.html#howto>.
 17
 18	  Note that the answer to this question doesn't directly affect the
 19	  kernel: saying N will just cause the configurator to skip all
 20	  the questions about Intel cards. If you say Y, you will be asked for
 21	  your specific card in the following questions.
 22
 23if NET_VENDOR_INTEL
 24
 25config E100
 26	tristate "Intel(R) PRO/100+ support"
 27	depends on PCI
 28	select NET_CORE
 29	select MII
 30	---help---
 31	  This driver supports Intel(R) PRO/100 family of adapters.
 32	  To verify that your adapter is supported, find the board ID number
 33	  on the adapter. Look for a label that has a barcode and a number
 34	  in the format 123456-001 (six digits hyphen three digits).
 35
 36	  Use the above information and the Adapter & Driver ID Guide at:
 37
 38	  <http://support.intel.com/support/network/adapter/pro100/21397.htm>
 39
 40	  to identify the adapter.
 41
 42	  For the latest Intel PRO/100 network driver for Linux, see:
 43
 44	  <http://www.intel.com/p/en_US/support/highlights/network/pro100plus>
 45
 46	  More specific information on configuring the driver is in
 47	  <file:Documentation/networking/e100.txt>.
 48
 49	  To compile this driver as a module, choose M here. The module
 50	  will be called e100.
 51
 52config E1000
 53	tristate "Intel(R) PRO/1000 Gigabit Ethernet support"
 54	depends on PCI
 55	---help---
 56	  This driver supports Intel(R) PRO/1000 gigabit ethernet family of
 57	  adapters.  For more information on how to identify your adapter, go
 58	  to the Adapter & Driver ID Guide at:
 59
 60	  <http://support.intel.com/support/network/adapter/pro100/21397.htm>
 61
 62	  For general information and support, go to the Intel support
 63	  website at:
 64
 65	  <http://support.intel.com>
 66
 67	  More specific information on configuring the driver is in
 68	  <file:Documentation/networking/e1000.txt>.
 69
 70	  To compile this driver as a module, choose M here. The module
 71	  will be called e1000.
 72
 73config E1000E
 74	tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support"
 75	depends on PCI && (!SPARC32 || BROKEN)
 76	select CRC32
 
 77	---help---
 78	  This driver supports the PCI-Express Intel(R) PRO/1000 gigabit
 79	  ethernet family of adapters. For PCI or PCI-X e1000 adapters,
 80	  use the regular e1000 driver For more information on how to
 81	  identify your adapter, go to the Adapter & Driver ID Guide at:
 82
 83	  <http://support.intel.com/support/network/adapter/pro100/21397.htm>
 84
 85	  For general information and support, go to the Intel support
 86	  website at:
 87
 88	  <http://support.intel.com>
 89
 90	  To compile this driver as a module, choose M here. The module
 91	  will be called e1000e.
 92
 93config IGB
 94	tristate "Intel(R) 82575/82576 PCI-Express Gigabit Ethernet support"
 95	depends on PCI
 
 
 
 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 at:
100
101	  <http://support.intel.com/support/network/adapter/pro100/21397.htm>
102
103	  For general information and support, go to the Intel support
104	  website at:
105
106	  <http://support.intel.com>
107
108	  More specific information on configuring the driver is in
109	  <file:Documentation/networking/e1000.txt>.
110
111	  To compile this driver as a module, choose M here. The module
112	  will be called igb.
113
 
 
 
 
 
 
 
 
 
 
 
114config IGB_DCA
115	bool "Direct Cache Access (DCA) Support"
116	default y
117	depends on IGB && DCA && !(IGB=y && DCA=m)
118	---help---
119	  Say Y here if you want to use Direct Cache Access (DCA) in the
120	  driver.  DCA is a method for warming the CPU cache before data
121	  is used, with the intent of lessening the impact of cache misses.
122
123config IGB_PTP
124	bool "PTP Hardware Clock (PHC)"
125	default n
126	depends on IGB && EXPERIMENTAL
127	select PPS
128	select PTP_1588_CLOCK
129	---help---
130	  Say Y here if you want to use PTP Hardware Clock (PHC) in the
131	  driver.  Only the basic clock operations have been implemented.
132
133	  Every timestamp and clock read operations must consult the
134	  overflow counter to form a correct time value.
135
136config IGBVF
137	tristate "Intel(R) 82576 Virtual Function Ethernet support"
138	depends on PCI
139	---help---
140	  This driver supports Intel(R) 82576 virtual functions.  For more
141	  information on how to identify your adapter, go to the Adapter &
142	  Driver ID Guide at:
143
144	  <http://support.intel.com/support/network/adapter/pro100/21397.htm>
145
146	  For general information and support, go to the Intel support
147	  website at:
148
149	  <http://support.intel.com>
150
151	  More specific information on configuring the driver is in
152	  <file:Documentation/networking/e1000.txt>.
153
154	  To compile this driver as a module, choose M here. The module
155	  will be called igbvf.
156
157config IXGB
158	tristate "Intel(R) PRO/10GbE support"
159	depends on PCI
160	---help---
161	  This driver supports Intel(R) PRO/10GbE family of adapters for
162	  PCI-X type cards. For PCI-E type cards, use the "ixgbe" driver
163	  instead. For more information on how to identify your adapter, go
164	  to the Adapter & Driver ID Guide at:
165
166	  <http://support.intel.com/support/network/adapter/pro100/21397.htm>
167
168	  For general information and support, go to the Intel support
169	  website at:
170
171	  <http://support.intel.com>
172
173	  More specific information on configuring the driver is in
174	  <file:Documentation/networking/ixgb.txt>.
175
176	  To compile this driver as a module, choose M here. The module
177	  will be called ixgb.
178
179config IXGBE
180	tristate "Intel(R) 10GbE PCI Express adapters support"
181	depends on PCI && INET
182	select MDIO
 
183	---help---
184	  This driver supports Intel(R) 10GbE PCI Express family of
185	  adapters.  For more information on how to identify your adapter, go
186	  to the Adapter & Driver ID Guide at:
187
188	  <http://support.intel.com/support/network/adapter/pro100/21397.htm>
189
190	  For general information and support, go to the Intel support
191	  website at:
192
193	  <http://support.intel.com>
194
195	  To compile this driver as a module, choose M here. The module
196	  will be called ixgbe.
197
198config IXGBE_HWMON
199	bool "Intel(R) 10GbE PCI Express adapters HWMON support"
200	default y
201	depends on IXGBE && HWMON && !(IXGBE=y && HWMON=m)
202	---help---
203	  Say Y if you want to expose the thermal sensor data on some of
204	  our cards, via a hwmon sysfs interface.
205
206config IXGBE_DCA
207	bool "Direct Cache Access (DCA) Support"
208	default y
209	depends on IXGBE && DCA && !(IXGBE=y && DCA=m)
210	---help---
211	  Say Y here if you want to use Direct Cache Access (DCA) in the
212	  driver.  DCA is a method for warming the CPU cache before data
213	  is used, with the intent of lessening the impact of cache misses.
214
215config IXGBE_DCB
216	bool "Data Center Bridging (DCB) Support"
217	default n
218	depends on IXGBE && DCB
219	---help---
220	  Say Y here if you want to use Data Center Bridging (DCB) in the
221	  driver.
222
223	  If unsure, say N.
224
225config IXGBE_PTP
226	bool "PTP Clock Support"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
227	default n
228	depends on IXGBE && EXPERIMENTAL
229	select PPS
230	select PTP_1588_CLOCK
 
 
 
 
 
 
 
 
 
231	---help---
232	  Say Y here if you want support for 1588 Timestamping with a
233	  PHC device, using the PTP 1588 Clock support. This is
234	  required to enable timestamping support for the device.
235
236	  If unsure, say N.
237
238config IXGBEVF
239	tristate "Intel(R) 82599 Virtual Function Ethernet support"
240	depends on PCI_MSI
241	---help---
242	  This driver supports Intel(R) 82599 virtual functions.  For more
243	  information on how to identify your adapter, go to the Adapter &
244	  Driver ID Guide at:
245
246	  <http://support.intel.com/support/network/sb/CS-008441.htm>
247
248	  For general information and support, go to the Intel support
249	  website at:
250
251	  <http://support.intel.com>
252
253	  More specific information on configuring the driver is in
254	  <file:Documentation/networking/ixgbevf.txt>.
255
256	  To compile this driver as a module, choose M here. The module
257	  will be called ixgbevf.  MSI-X interrupt support is required
258	  for this driver to work correctly.
259
260endif # NET_VENDOR_INTEL