Kconfig 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Intel network device configuration
  4. #
  5. config 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. Note that the answer to this question doesn't directly affect the
  11. kernel: saying N will just cause the configurator to skip all
  12. the questions about Intel cards. If you say Y, you will be asked for
  13. your specific card in the following questions.
  14. if NET_VENDOR_INTEL
  15. config E100
  16. tristate "Intel(R) PRO/100+ support"
  17. depends on PCI
  18. select MII
  19. help
  20. This driver supports Intel(R) PRO/100 family of adapters.
  21. To verify that your adapter is supported, find the board ID number
  22. on the adapter. Look for a label that has a barcode and a number
  23. in the format 123456-001 (six digits hyphen three digits).
  24. Use the above information and the Adapter & Driver ID Guide that
  25. can be located at:
  26. <http://support.intel.com>
  27. to identify the adapter.
  28. More specific information on configuring the driver is in
  29. <file:Documentation/networking/device_drivers/ethernet/intel/e100.rst>.
  30. To compile this driver as a module, choose M here. The module
  31. will be called e100.
  32. config E1000
  33. tristate "Intel(R) PRO/1000 Gigabit Ethernet support"
  34. depends on PCI
  35. help
  36. This driver supports Intel(R) PRO/1000 gigabit ethernet family of
  37. adapters. For more information on how to identify your adapter, go
  38. to the Adapter & Driver ID Guide that can be located at:
  39. <http://support.intel.com>
  40. More specific information on configuring the driver is in
  41. <file:Documentation/networking/device_drivers/ethernet/intel/e1000.rst>.
  42. To compile this driver as a module, choose M here. The module
  43. will be called e1000.
  44. config E1000E
  45. tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support"
  46. depends on PCI && (!SPARC32 || BROKEN)
  47. depends on PTP_1588_CLOCK_OPTIONAL
  48. select CRC32
  49. help
  50. This driver supports the PCI-Express Intel(R) PRO/1000 gigabit
  51. ethernet family of adapters. For PCI or PCI-X e1000 adapters,
  52. use the regular e1000 driver For more information on how to
  53. identify your adapter, go to the Adapter & Driver ID Guide that
  54. can be located at:
  55. <http://support.intel.com>
  56. More specific information on configuring the driver is in
  57. <file:Documentation/networking/device_drivers/ethernet/intel/e1000e.rst>.
  58. To compile this driver as a module, choose M here. The module
  59. will be called e1000e.
  60. config E1000E_HWTS
  61. bool "Support HW cross-timestamp on PCH devices"
  62. default y
  63. depends on E1000E && X86
  64. help
  65. Say Y to enable hardware supported cross-timestamping on PCH
  66. devices. The cross-timestamp is available through the PTP clock
  67. driver precise cross-timestamp ioctl (PTP_SYS_OFFSET_PRECISE).
  68. config IGB
  69. tristate "Intel(R) 82575/82576 PCI-Express Gigabit Ethernet support"
  70. depends on PCI
  71. depends on PTP_1588_CLOCK_OPTIONAL
  72. select I2C
  73. select I2C_ALGOBIT
  74. help
  75. This driver supports Intel(R) 82575/82576 gigabit ethernet family of
  76. adapters. For more information on how to identify your adapter, go
  77. to the Adapter & Driver ID Guide that can be located at:
  78. <http://support.intel.com>
  79. More specific information on configuring the driver is in
  80. <file:Documentation/networking/device_drivers/ethernet/intel/igb.rst>.
  81. To compile this driver as a module, choose M here. The module
  82. will be called igb.
  83. config IGB_HWMON
  84. bool "Intel(R) PCI-Express Gigabit adapters HWMON support"
  85. default y
  86. depends on IGB && HWMON && !(IGB=y && HWMON=m)
  87. help
  88. Say Y if you want to expose thermal sensor data on Intel devices.
  89. Some of our devices contain thermal sensors, both external and internal.
  90. This data is available via the hwmon sysfs interface and exposes
  91. the onboard sensors.
  92. config IGB_DCA
  93. bool "Direct Cache Access (DCA) Support"
  94. default y
  95. depends on IGB && DCA && !(IGB=y && DCA=m)
  96. help
  97. Say Y here if you want to use Direct Cache Access (DCA) in the
  98. driver. DCA is a method for warming the CPU cache before data
  99. is used, with the intent of lessening the impact of cache misses.
  100. config IGBVF
  101. tristate "Intel(R) 82576 Virtual Function Ethernet support"
  102. depends on PCI
  103. help
  104. This driver supports Intel(R) 82576 virtual functions. For more
  105. information on how to identify your adapter, go to the Adapter &
  106. Driver ID Guide that can be located at:
  107. <http://support.intel.com>
  108. More specific information on configuring the driver is in
  109. <file:Documentation/networking/device_drivers/ethernet/intel/igbvf.rst>.
  110. To compile this driver as a module, choose M here. The module
  111. will be called igbvf.
  112. config IXGB
  113. tristate "Intel(R) PRO/10GbE support"
  114. depends on PCI
  115. help
  116. This driver supports Intel(R) PRO/10GbE family of adapters for
  117. PCI-X type cards. For PCI-E type cards, use the "ixgbe" driver
  118. instead. For more information on how to identify your adapter, go
  119. to the Adapter & Driver ID Guide that can be located at:
  120. <http://support.intel.com>
  121. More specific information on configuring the driver is in
  122. <file:Documentation/networking/device_drivers/ethernet/intel/ixgb.rst>.
  123. To compile this driver as a module, choose M here. The module
  124. will be called ixgb.
  125. config IXGBE
  126. tristate "Intel(R) 10GbE PCI Express adapters support"
  127. depends on PCI
  128. depends on PTP_1588_CLOCK_OPTIONAL
  129. select MDIO
  130. select PHYLIB
  131. help
  132. This driver supports Intel(R) 10GbE PCI Express family of
  133. adapters. For more information on how to identify your adapter, go
  134. to the Adapter & Driver ID Guide that can be located at:
  135. <http://support.intel.com>
  136. More specific information on configuring the driver is in
  137. <file:Documentation/networking/device_drivers/ethernet/intel/ixgbe.rst>.
  138. To compile this driver as a module, choose M here. The module
  139. will be called ixgbe.
  140. config IXGBE_HWMON
  141. bool "Intel(R) 10GbE PCI Express adapters HWMON support"
  142. default y
  143. depends on IXGBE && HWMON && !(IXGBE=y && HWMON=m)
  144. help
  145. Say Y if you want to expose the thermal sensor data on some of
  146. our cards, via a hwmon sysfs interface.
  147. config IXGBE_DCA
  148. bool "Direct Cache Access (DCA) Support"
  149. default y
  150. depends on IXGBE && DCA && !(IXGBE=y && DCA=m)
  151. help
  152. Say Y here if you want to use Direct Cache Access (DCA) in the
  153. driver. DCA is a method for warming the CPU cache before data
  154. is used, with the intent of lessening the impact of cache misses.
  155. config IXGBE_DCB
  156. bool "Data Center Bridging (DCB) Support"
  157. default n
  158. depends on IXGBE && DCB
  159. help
  160. Say Y here if you want to use Data Center Bridging (DCB) in the
  161. driver.
  162. If unsure, say N.
  163. config IXGBE_IPSEC
  164. bool "IPSec XFRM cryptography-offload acceleration"
  165. depends on IXGBE
  166. depends on XFRM_OFFLOAD
  167. default y
  168. select XFRM_ALGO
  169. help
  170. Enable support for IPSec offload in ixgbe.ko
  171. config IXGBEVF
  172. tristate "Intel(R) 10GbE PCI Express Virtual Function Ethernet support"
  173. depends on PCI_MSI
  174. help
  175. This driver supports Intel(R) PCI Express virtual functions for the
  176. Intel(R) ixgbe driver. For more information on how to identify your
  177. adapter, go to the Adapter & Driver ID Guide that can be located at:
  178. <http://support.intel.com>
  179. More specific information on configuring the driver is in
  180. <file:Documentation/networking/device_drivers/ethernet/intel/ixgbevf.rst>.
  181. To compile this driver as a module, choose M here. The module
  182. will be called ixgbevf. MSI-X interrupt support is required
  183. for this driver to work correctly.
  184. config IXGBEVF_IPSEC
  185. bool "IPSec XFRM cryptography-offload acceleration"
  186. depends on IXGBEVF
  187. depends on XFRM_OFFLOAD
  188. default y
  189. select XFRM_ALGO
  190. help
  191. Enable support for IPSec offload in ixgbevf.ko
  192. config I40E
  193. tristate "Intel(R) Ethernet Controller XL710 Family support"
  194. depends on PTP_1588_CLOCK_OPTIONAL
  195. depends on PCI
  196. select AUXILIARY_BUS
  197. help
  198. This driver supports Intel(R) Ethernet Controller XL710 Family of
  199. devices. For more information on how to identify your adapter, go
  200. to the Adapter & Driver ID Guide that can be located at:
  201. <http://support.intel.com>
  202. More specific information on configuring the driver is in
  203. <file:Documentation/networking/device_drivers/ethernet/intel/i40e.rst>.
  204. To compile this driver as a module, choose M here. The module
  205. will be called i40e.
  206. config I40E_DCB
  207. bool "Data Center Bridging (DCB) Support"
  208. default n
  209. depends on I40E && DCB
  210. help
  211. Say Y here if you want to use Data Center Bridging (DCB) in the
  212. driver.
  213. If unsure, say N.
  214. # this is here to allow seamless migration from I40EVF --> IAVF name
  215. # so that CONFIG_IAVF symbol will always mirror the state of CONFIG_I40EVF
  216. config IAVF
  217. tristate
  218. config I40EVF
  219. tristate "Intel(R) Ethernet Adaptive Virtual Function support"
  220. select IAVF
  221. depends on PCI_MSI
  222. help
  223. This driver supports virtual functions for Intel XL710,
  224. X710, X722, XXV710, and all devices advertising support for
  225. Intel Ethernet Adaptive Virtual Function devices. For more
  226. information on how to identify your adapter, go to the Adapter
  227. & Driver ID Guide that can be located at:
  228. <https://support.intel.com>
  229. This driver was formerly named i40evf.
  230. More specific information on configuring the driver is in
  231. <file:Documentation/networking/device_drivers/ethernet/intel/iavf.rst>.
  232. To compile this driver as a module, choose M here. The module
  233. will be called iavf. MSI-X interrupt support is required
  234. for this driver to work correctly.
  235. config ICE
  236. tristate "Intel(R) Ethernet Connection E800 Series Support"
  237. default n
  238. depends on PCI_MSI
  239. depends on PTP_1588_CLOCK_OPTIONAL
  240. select AUXILIARY_BUS
  241. select DIMLIB
  242. select NET_DEVLINK
  243. select PLDMFW
  244. help
  245. This driver supports Intel(R) Ethernet Connection E800 Series 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. <http://support.intel.com>
  249. More specific information on configuring the driver is in
  250. <file:Documentation/networking/device_drivers/ethernet/intel/ice.rst>.
  251. To compile this driver as a module, choose M here. The module
  252. will be called ice.
  253. config ICE_SWITCHDEV
  254. bool "Switchdev Support"
  255. default y
  256. depends on ICE && NET_SWITCHDEV
  257. help
  258. Switchdev support provides internal SRIOV packet steering and switching.
  259. To enable it on running kernel use devlink tool:
  260. #devlink dev eswitch set pci/0000:XX:XX.X mode switchdev
  261. Say Y here if you want to use Switchdev in the driver.
  262. If unsure, say N.
  263. config ICE_HWTS
  264. bool "Support HW cross-timestamp on platforms with PTM support"
  265. default y
  266. depends on ICE && X86
  267. help
  268. Say Y to enable hardware supported cross-timestamping on platforms
  269. with PCIe PTM support. The cross-timestamp is available through
  270. the PTP clock driver precise cross-timestamp ioctl
  271. (PTP_SYS_OFFSET_PRECISE).
  272. config FM10K
  273. tristate "Intel(R) FM10000 Ethernet Switch Host Interface Support"
  274. default n
  275. depends on PCI_MSI
  276. depends on PTP_1588_CLOCK_OPTIONAL
  277. help
  278. This driver supports Intel(R) FM10000 Ethernet Switch Host
  279. Interface. For more information on how to identify your adapter,
  280. go to the Adapter & Driver ID Guide that can be located at:
  281. <http://support.intel.com>
  282. More specific information on configuring the driver is in
  283. <file:Documentation/networking/device_drivers/ethernet/intel/fm10k.rst>.
  284. To compile this driver as a module, choose M here. The module
  285. will be called fm10k. MSI-X interrupt support is required
  286. config IGC
  287. tristate "Intel(R) Ethernet Controller I225-LM/I225-V support"
  288. default n
  289. depends on PCI
  290. depends on PTP_1588_CLOCK_OPTIONAL
  291. help
  292. This driver supports Intel(R) Ethernet Controller I225-LM/I225-V
  293. family of adapters.
  294. For more information on how to identify your adapter, go
  295. to the Adapter & Driver ID Guide that can be located at:
  296. <http://support.intel.com>
  297. To compile this driver as a module, choose M here. The module
  298. will be called igc.
  299. endif # NET_VENDOR_INTEL