Kconfig 12 KB
Newer Older
1
# SPDX-License-Identifier: GPL-2.0-only
2 3 4 5 6 7
#
# Intel network device configuration
#

config NET_VENDOR_INTEL
	bool "Intel devices"
8
	default y
9
	help
10
	  If you have a network (Ethernet) card belonging to this class, say Y.
11 12 13 14 15 16 17 18

	  Note that the answer to this question doesn't directly affect the
	  kernel: saying N will just cause the configurator to skip all
	  the questions about Intel cards. If you say Y, you will be asked for
	  your specific card in the following questions.

if NET_VENDOR_INTEL

19 20 21
source "drivers/net/ethernet/intel/libeth/Kconfig"
source "drivers/net/ethernet/intel/libie/Kconfig"

22 23 24 25
config E100
	tristate "Intel(R) PRO/100+ support"
	depends on PCI
	select MII
26
	help
27 28 29 30 31
	  This driver supports Intel(R) PRO/100 family of adapters.
	  To verify that your adapter is supported, find the board ID number
	  on the adapter. Look for a label that has a barcode and a number
	  in the format 123456-001 (six digits hyphen three digits).

Jiri Benc's avatar
Jiri Benc committed
32 33
	  Use the above information and the Adapter & Driver ID Guide that
	  can be located at:
34

Jiri Benc's avatar
Jiri Benc committed
35
	  <http://support.intel.com>
36 37 38 39

	  to identify the adapter.

	  More specific information on configuring the driver is in
40
	  <file:Documentation/networking/device_drivers/ethernet/intel/e100.rst>.
41 42 43 44 45 46

	  To compile this driver as a module, choose M here. The module
	  will be called e100.

config E1000
	tristate "Intel(R) PRO/1000 Gigabit Ethernet support"
47
	depends on PCI && HAS_IOPORT
48
	help
49 50
	  This driver supports Intel(R) PRO/1000 gigabit ethernet family of
	  adapters.  For more information on how to identify your adapter, go
Jiri Benc's avatar
Jiri Benc committed
51
	  to the Adapter & Driver ID Guide that can be located at:
52 53 54 55

	  <http://support.intel.com>

	  More specific information on configuring the driver is in
56
	  <file:Documentation/networking/device_drivers/ethernet/intel/e1000.rst>.
57 58 59 60 61 62 63

	  To compile this driver as a module, choose M here. The module
	  will be called e1000.

config E1000E
	tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support"
	depends on PCI && (!SPARC32 || BROKEN)
64
	depends on PTP_1588_CLOCK_OPTIONAL
65
	select CRC32
66
	help
67 68 69
	  This driver supports the PCI-Express Intel(R) PRO/1000 gigabit
	  ethernet family of adapters. For PCI or PCI-X e1000 adapters,
	  use the regular e1000 driver For more information on how to
Jiri Benc's avatar
Jiri Benc committed
70 71
	  identify your adapter, go to the Adapter & Driver ID Guide that
	  can be located at:
72 73 74

	  <http://support.intel.com>

75
	  More specific information on configuring the driver is in
76
	  <file:Documentation/networking/device_drivers/ethernet/intel/e1000e.rst>.
77

78 79 80
	  To compile this driver as a module, choose M here. The module
	  will be called e1000e.

81 82 83 84
config E1000E_HWTS
	bool "Support HW cross-timestamp on PCH devices"
	default y
	depends on E1000E && X86
85
	help
86 87 88 89
	 Say Y to enable hardware supported cross-timestamping on PCH
	 devices. The cross-timestamp is available through the PTP clock
	 driver precise cross-timestamp ioctl (PTP_SYS_OFFSET_PRECISE).

90 91 92
config IGB
	tristate "Intel(R) 82575/82576 PCI-Express Gigabit Ethernet support"
	depends on PCI
93
	depends on PTP_1588_CLOCK_OPTIONAL
94 95
	select I2C
	select I2C_ALGOBIT
96
	help
97 98
	  This driver supports Intel(R) 82575/82576 gigabit ethernet family of
	  adapters.  For more information on how to identify your adapter, go
Jiri Benc's avatar
Jiri Benc committed
99
	  to the Adapter & Driver ID Guide that can be located at:
100 101 102 103

	  <http://support.intel.com>

	  More specific information on configuring the driver is in
104
	  <file:Documentation/networking/device_drivers/ethernet/intel/igb.rst>.
105 106 107 108

	  To compile this driver as a module, choose M here. The module
	  will be called igb.

109 110 111 112
config IGB_HWMON
	bool "Intel(R) PCI-Express Gigabit adapters HWMON support"
	default y
	depends on IGB && HWMON && !(IGB=y && HWMON=m)
113
	help
114 115 116 117 118 119
	  Say Y if you want to expose thermal sensor data on Intel devices.

	  Some of our devices contain thermal sensors, both external and internal.
	  This data is available via the hwmon sysfs interface and exposes
	  the onboard sensors.

120 121 122 123
config IGB_DCA
	bool "Direct Cache Access (DCA) Support"
	default y
	depends on IGB && DCA && !(IGB=y && DCA=m)
124
	help
125 126 127 128 129 130 131
	  Say Y here if you want to use Direct Cache Access (DCA) in the
	  driver.  DCA is a method for warming the CPU cache before data
	  is used, with the intent of lessening the impact of cache misses.

config IGBVF
	tristate "Intel(R) 82576 Virtual Function Ethernet support"
	depends on PCI
132
	help
133 134
	  This driver supports Intel(R) 82576 virtual functions.  For more
	  information on how to identify your adapter, go to the Adapter &
Jiri Benc's avatar
Jiri Benc committed
135
	  Driver ID Guide that can be located at:
136 137 138 139

	  <http://support.intel.com>

	  More specific information on configuring the driver is in
140
	  <file:Documentation/networking/device_drivers/ethernet/intel/igbvf.rst>.
141 142 143 144 145 146

	  To compile this driver as a module, choose M here. The module
	  will be called igbvf.

config IXGBE
	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 153
	  This driver supports Intel(R) 10GbE PCI Express family of
	  adapters.  For more information on how to identify your adapter, go
Jiri Benc's avatar
Jiri Benc committed
154
	  to the Adapter & Driver ID Guide that can be located at:
155 156 157

	  <http://support.intel.com>

158
	  More specific information on configuring the driver is in
159
	  <file:Documentation/networking/device_drivers/ethernet/intel/ixgbe.rst>.
160

161 162 163
	  To compile this driver as a module, choose M here. The module
	  will be called ixgbe.

164 165 166 167
config IXGBE_HWMON
	bool "Intel(R) 10GbE PCI Express adapters HWMON support"
	default y
	depends on IXGBE && HWMON && !(IXGBE=y && HWMON=m)
168
	help
169 170 171
	  Say Y if you want to expose the thermal sensor data on some of
	  our cards, via a hwmon sysfs interface.

172 173 174 175
config IXGBE_DCA
	bool "Direct Cache Access (DCA) Support"
	default y
	depends on IXGBE && DCA && !(IXGBE=y && DCA=m)
176
	help
177 178 179 180 181 182 183 184
	  Say Y here if you want to use Direct Cache Access (DCA) in the
	  driver.  DCA is a method for warming the CPU cache before data
	  is used, with the intent of lessening the impact of cache misses.

config IXGBE_DCB
	bool "Data Center Bridging (DCB) Support"
	default n
	depends on IXGBE && DCB
185
	help
186 187 188 189 190
	  Say Y here if you want to use Data Center Bridging (DCB) in the
	  driver.

	  If unsure, say N.

191 192 193 194 195 196
config IXGBE_IPSEC
	bool "IPSec XFRM cryptography-offload acceleration"
	depends on IXGBE
	depends on XFRM_OFFLOAD
	default y
	select XFRM_ALGO
197
	help
198 199
	  Enable support for IPSec offload in ixgbe.ko

200
config IXGBEVF
201
	tristate "Intel(R) 10GbE PCI Express Virtual Function Ethernet support"
202
	depends on PCI_MSI
203
	help
204 205
	  This driver supports Intel(R) PCI Express virtual functions for the
	  Intel(R) ixgbe driver.  For more information on how to identify your
Jiri Benc's avatar
Jiri Benc committed
206
	  adapter, go to the Adapter & Driver ID Guide that can be located at:
207 208 209 210

	  <http://support.intel.com>

	  More specific information on configuring the driver is in
211
	  <file:Documentation/networking/device_drivers/ethernet/intel/ixgbevf.rst>.
212 213 214 215 216

	  To compile this driver as a module, choose M here. The module
	  will be called ixgbevf.  MSI-X interrupt support is required
	  for this driver to work correctly.

217 218 219 220 221 222
config IXGBEVF_IPSEC
	bool "IPSec XFRM cryptography-offload acceleration"
	depends on IXGBEVF
	depends on XFRM_OFFLOAD
	default y
	select XFRM_ALGO
223
	help
224 225
	  Enable support for IPSec offload in ixgbevf.ko

226 227
config I40E
	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 235
	  This driver supports Intel(R) Ethernet Controller XL710 Family of
	  devices.  For more information on how to identify your adapter, go
Jiri Benc's avatar
Jiri Benc committed
236
	  to the Adapter & Driver ID Guide that can be located at:
237 238 239

	  <http://support.intel.com>

240
	  More specific information on configuring the driver is in
241
	  <file:Documentation/networking/device_drivers/ethernet/intel/i40e.rst>.
242

243 244 245
	  To compile this driver as a module, choose M here. The module
	  will be called i40e.

246 247 248 249
config I40E_DCB
	bool "Data Center Bridging (DCB) Support"
	default n
	depends on I40E && DCB
250
	help
251 252 253
	  Say Y here if you want to use Data Center Bridging (DCB) in the
	  driver.

254 255
	  If unsure, say N.

256 257 258 259
# this is here to allow seamless migration from I40EVF --> IAVF name
# so that CONFIG_IAVF symbol will always mirror the state of CONFIG_I40EVF
config IAVF
	tristate
260 261
	select LIBIE

262
config I40EVF
263
	tristate "Intel(R) Ethernet Adaptive Virtual Function support"
264
	select IAVF
265
	depends on PCI_MSI
266
	help
267
	  This driver supports virtual functions for Intel XL710,
268 269
	  X710, X722, XXV710, and all devices advertising support for
	  Intel Ethernet Adaptive Virtual Function devices. For more
270 271
	  information on how to identify your adapter, go to the Adapter
	  & Driver ID Guide that can be located at:
272

273 274 275
	  <https://support.intel.com>

	  This driver was formerly named i40evf.
276

277
	  More specific information on configuring the driver is in
278
	  <file:Documentation/networking/device_drivers/ethernet/intel/iavf.rst>.
279

280
	  To compile this driver as a module, choose M here. The module
281
	  will be called iavf.  MSI-X interrupt support is required
282 283
	  for this driver to work correctly.

284 285 286 287
config ICE
	tristate "Intel(R) Ethernet Connection E800 Series Support"
	default n
	depends on PCI_MSI
288
	depends on PTP_1588_CLOCK_OPTIONAL
289
	depends on GNSS || GNSS = n
290
	select AUXILIARY_BUS
291
	select DIMLIB
292
	select LIBIE
293
	select NET_DEVLINK
294
	select PLDMFW
295
	select DPLL
296
	help
297 298 299 300 301 302
	  This driver supports Intel(R) Ethernet Connection E800 Series of
	  devices.  For more information on how to identify your adapter, go
	  to the Adapter & Driver ID Guide that can be located at:

	  <http://support.intel.com>

303
	  More specific information on configuring the driver is in
304
	  <file:Documentation/networking/device_drivers/ethernet/intel/ice.rst>.
305

306 307 308
	  To compile this driver as a module, choose M here. The module
	  will be called ice.

309 310 311 312 313 314 315 316 317 318 319
config ICE_HWMON
	bool "Intel(R) Ethernet Connection E800 Series Support HWMON support"
	default y
	depends on ICE && HWMON && !(ICE=y && HWMON=m)
	help
	  Say Y if you want to expose thermal sensor data on Intel devices.

	  Some of our devices contain internal thermal sensors.
	  This data is available via the hwmon sysfs interface and exposes
	  the onboard sensors.

320 321 322 323 324 325 326 327 328 329 330 331 332 333
config ICE_SWITCHDEV
	bool "Switchdev Support"
	default y
	depends on ICE && NET_SWITCHDEV
	help
	  Switchdev support provides internal SRIOV packet steering and switching.

	  To enable it on running kernel use devlink tool:
	  #devlink dev eswitch set pci/0000:XX:XX.X mode switchdev

	  Say Y here if you want to use Switchdev in the driver.

	  If unsure, say N.

334 335 336 337 338 339 340 341 342 343
config ICE_HWTS
	bool "Support HW cross-timestamp on platforms with PTM support"
	default y
	depends on ICE && X86
	help
	  Say Y to enable hardware supported cross-timestamping on platforms
	  with PCIe PTM support. The cross-timestamp is available through
	  the PTP clock driver precise cross-timestamp ioctl
	  (PTP_SYS_OFFSET_PRECISE).

344 345 346 347
config FM10K
	tristate "Intel(R) FM10000 Ethernet Switch Host Interface Support"
	default n
	depends on PCI_MSI
348
	depends on PTP_1588_CLOCK_OPTIONAL
349
	help
350 351
	  This driver supports Intel(R) FM10000 Ethernet Switch Host
	  Interface.  For more information on how to identify your adapter,
Jiri Benc's avatar
Jiri Benc committed
352
	  go to the Adapter & Driver ID Guide that can be located at:
353 354 355

	  <http://support.intel.com>

356
	  More specific information on configuring the driver is in
357
	  <file:Documentation/networking/device_drivers/ethernet/intel/fm10k.rst>.
358

359 360 361
	  To compile this driver as a module, choose M here. The module
	  will be called fm10k.  MSI-X interrupt support is required

362 363 364 365
config IGC
	tristate "Intel(R) Ethernet Controller I225-LM/I225-V support"
	default n
	depends on PCI
366
	depends on PTP_1588_CLOCK_OPTIONAL
367
	help
368 369 370 371 372 373 374 375 376 377
	  This driver supports Intel(R) Ethernet Controller I225-LM/I225-V
	  family of adapters.

	  For more information on how to identify your adapter, go
	  to the Adapter & Driver ID Guide that can be located at:

	  <http://support.intel.com>

	  To compile this driver as a module, choose M here. The module
	  will be called igc.
378 379 380 381

config IGC_LEDS
	def_bool LEDS_TRIGGER_NETDEV
	depends on IGC && LEDS_CLASS
382
	depends on LEDS_CLASS=y || IGC=m
383 384 385 386
	help
	  Optional support for controlling the NIC LED's with the netdev
	  LED trigger.

387
source "drivers/net/ethernet/intel/idpf/Kconfig"
388

389
endif # NET_VENDOR_INTEL