Kconfig 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373
  1. #
  2. # Intel network device configuration
  3. #
  4. config NET_VENDOR_INTEL
  5. bool "Intel devices"
  6. default y
  7. ---help---
  8. If you have a network (Ethernet) card belonging to this class, say Y.
  9. Note that the answer to this question doesn't directly affect the
  10. kernel: saying N will just cause the configurator to skip all
  11. the questions about Intel cards. If you say Y, you will be asked for
  12. your specific card in the following questions.
  13. if NET_VENDOR_INTEL
  14. config E100
  15. tristate "Intel(R) PRO/100+ support"
  16. depends on PCI
  17. select MII
  18. ---help---
  19. This driver supports Intel(R) PRO/100 family of adapters.
  20. To verify that your adapter is supported, find the board ID number
  21. on the adapter. Look for a label that has a barcode and a number
  22. in the format 123456-001 (six digits hyphen three digits).
  23. Use the above information and the Adapter & Driver ID Guide at:
  24. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  25. to identify the adapter.
  26. For the latest Intel PRO/100 network driver for Linux, see:
  27. <http://www.intel.com/p/en_US/support/highlights/network/pro100plus>
  28. More specific information on configuring the driver is in
  29. <file:Documentation/networking/e100.txt>.
  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 at:
  39. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  40. For general information and support, go to the Intel support
  41. website at:
  42. <http://support.intel.com>
  43. More specific information on configuring the driver is in
  44. <file:Documentation/networking/e1000.txt>.
  45. To compile this driver as a module, choose M here. The module
  46. will be called e1000.
  47. config E1000E
  48. tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support"
  49. depends on PCI && (!SPARC32 || BROKEN)
  50. select CRC32
  51. select PTP_1588_CLOCK
  52. ---help---
  53. This driver supports the PCI-Express Intel(R) PRO/1000 gigabit
  54. ethernet family of adapters. For PCI or PCI-X e1000 adapters,
  55. use the regular e1000 driver For more information on how to
  56. identify your adapter, go to the Adapter & Driver ID Guide at:
  57. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  58. For general information and support, go to the Intel support
  59. website at:
  60. <http://support.intel.com>
  61. To compile this driver as a module, choose M here. The module
  62. will be called e1000e.
  63. config E1000E_HWTS
  64. bool "Support HW cross-timestamp on PCH devices"
  65. default y
  66. depends on E1000E && X86
  67. ---help---
  68. Say Y to enable hardware supported cross-timestamping on PCH
  69. devices. The cross-timestamp is available through the PTP clock
  70. driver precise cross-timestamp ioctl (PTP_SYS_OFFSET_PRECISE).
  71. config IGB
  72. tristate "Intel(R) 82575/82576 PCI-Express Gigabit Ethernet support"
  73. depends on PCI
  74. select PTP_1588_CLOCK
  75. select I2C
  76. select I2C_ALGOBIT
  77. ---help---
  78. This driver supports Intel(R) 82575/82576 gigabit ethernet family of
  79. adapters. For more information on how to identify your adapter, go
  80. to the Adapter & Driver ID Guide at:
  81. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  82. For general information and support, go to the Intel support
  83. website at:
  84. <http://support.intel.com>
  85. More specific information on configuring the driver is in
  86. <file:Documentation/networking/e1000.txt>.
  87. To compile this driver as a module, choose M here. The module
  88. will be called igb.
  89. config IGB_HWMON
  90. bool "Intel(R) PCI-Express Gigabit adapters HWMON support"
  91. default y
  92. depends on IGB && HWMON && !(IGB=y && HWMON=m)
  93. ---help---
  94. Say Y if you want to expose thermal sensor data on Intel devices.
  95. Some of our devices contain thermal sensors, both external and internal.
  96. This data is available via the hwmon sysfs interface and exposes
  97. the onboard sensors.
  98. config IGB_DCA
  99. bool "Direct Cache Access (DCA) Support"
  100. default y
  101. depends on IGB && DCA && !(IGB=y && DCA=m)
  102. ---help---
  103. Say Y here if you want to use Direct Cache Access (DCA) in the
  104. driver. DCA is a method for warming the CPU cache before data
  105. is used, with the intent of lessening the impact of cache misses.
  106. config IGBVF
  107. tristate "Intel(R) 82576 Virtual Function Ethernet support"
  108. depends on PCI
  109. ---help---
  110. This driver supports Intel(R) 82576 virtual functions. For more
  111. information on how to identify your adapter, go to the Adapter &
  112. Driver ID Guide at:
  113. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  114. For general information and support, go to the Intel support
  115. website at:
  116. <http://support.intel.com>
  117. More specific information on configuring the driver is in
  118. <file:Documentation/networking/e1000.txt>.
  119. To compile this driver as a module, choose M here. The module
  120. will be called igbvf.
  121. config IXGB
  122. tristate "Intel(R) PRO/10GbE support"
  123. depends on PCI
  124. ---help---
  125. This driver supports Intel(R) PRO/10GbE family of adapters for
  126. PCI-X type cards. For PCI-E type cards, use the "ixgbe" driver
  127. instead. For more information on how to identify your adapter, go
  128. to the Adapter & Driver ID Guide at:
  129. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  130. For general information and support, go to the Intel support
  131. website at:
  132. <http://support.intel.com>
  133. More specific information on configuring the driver is in
  134. <file:Documentation/networking/ixgb.txt>.
  135. To compile this driver as a module, choose M here. The module
  136. will be called ixgb.
  137. config IXGBE
  138. tristate "Intel(R) 10GbE PCI Express adapters support"
  139. depends on PCI
  140. select MDIO
  141. select PTP_1588_CLOCK
  142. ---help---
  143. This driver supports Intel(R) 10GbE PCI Express family of
  144. adapters. For more information on how to identify your adapter, go
  145. to the Adapter & Driver ID Guide at:
  146. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  147. For general information and support, go to the Intel support
  148. website at:
  149. <http://support.intel.com>
  150. To compile this driver as a module, choose M here. The module
  151. will be called ixgbe.
  152. config IXGBE_VXLAN
  153. bool "Virtual eXtensible Local Area Network Support"
  154. default n
  155. depends on IXGBE && VXLAN && !(IXGBE=y && VXLAN=m)
  156. ---help---
  157. This allows one to create VXLAN virtual interfaces that provide
  158. Layer 2 Networks over Layer 3 Networks. VXLAN is often used
  159. to tunnel virtual network infrastructure in virtualized environments.
  160. Say Y here if you want to use Virtual eXtensible Local Area Network
  161. (VXLAN) in the driver.
  162. config IXGBE_HWMON
  163. bool "Intel(R) 10GbE PCI Express adapters HWMON support"
  164. default y
  165. depends on IXGBE && HWMON && !(IXGBE=y && HWMON=m)
  166. ---help---
  167. Say Y if you want to expose the thermal sensor data on some of
  168. our cards, via a hwmon sysfs interface.
  169. config IXGBE_DCA
  170. bool "Direct Cache Access (DCA) Support"
  171. default y
  172. depends on IXGBE && DCA && !(IXGBE=y && DCA=m)
  173. ---help---
  174. Say Y here if you want to use Direct Cache Access (DCA) in the
  175. driver. DCA is a method for warming the CPU cache before data
  176. is used, with the intent of lessening the impact of cache misses.
  177. config IXGBE_DCB
  178. bool "Data Center Bridging (DCB) Support"
  179. default n
  180. depends on IXGBE && DCB
  181. ---help---
  182. Say Y here if you want to use Data Center Bridging (DCB) in the
  183. driver.
  184. If unsure, say N.
  185. config IXGBEVF
  186. tristate "Intel(R) 10GbE PCI Express Virtual Function Ethernet support"
  187. depends on PCI_MSI
  188. ---help---
  189. This driver supports Intel(R) PCI Express virtual functions for the
  190. Intel(R) ixgbe driver. For more information on how to identify your
  191. adapter, go to the Adapter & Driver ID Guide at:
  192. <http://support.intel.com/support/network/sb/CS-008441.htm>
  193. For general information and support, go to the Intel support
  194. website at:
  195. <http://support.intel.com>
  196. More specific information on configuring the driver is in
  197. <file:Documentation/networking/ixgbevf.txt>.
  198. To compile this driver as a module, choose M here. The module
  199. will be called ixgbevf. MSI-X interrupt support is required
  200. for this driver to work correctly.
  201. config I40E
  202. tristate "Intel(R) Ethernet Controller XL710 Family support"
  203. select PTP_1588_CLOCK
  204. depends on PCI
  205. ---help---
  206. This driver supports Intel(R) Ethernet Controller XL710 Family of
  207. devices. For more information on how to identify your adapter, go
  208. to the Adapter & Driver ID Guide at:
  209. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  210. For general information and support, go to the Intel support
  211. website at:
  212. <http://support.intel.com>
  213. To compile this driver as a module, choose M here. The module
  214. will be called i40e.
  215. config I40E_VXLAN
  216. bool "Virtual eXtensible Local Area Network Support"
  217. default n
  218. depends on I40E && VXLAN && !(I40E=y && VXLAN=m)
  219. ---help---
  220. This allows one to create VXLAN virtual interfaces that provide
  221. Layer 2 Networks over Layer 3 Networks. VXLAN is often used
  222. to tunnel virtual network infrastructure in virtualized environments.
  223. Say Y here if you want to use Virtual eXtensible Local Area Network
  224. (VXLAN) in the driver.
  225. config I40E_GENEVE
  226. bool "Generic Network Virtualization Encapsulation (GENEVE) Support"
  227. depends on I40E && GENEVE && !(I40E=y && GENEVE=m)
  228. default n
  229. ---help---
  230. This allows one to create GENEVE virtual interfaces that provide
  231. Layer 2 Networks over Layer 3 Networks. GENEVE is often used
  232. to tunnel virtual network infrastructure in virtualized environments.
  233. Say Y here if you want to use GENEVE in the driver.
  234. config I40E_DCB
  235. bool "Data Center Bridging (DCB) Support"
  236. default n
  237. depends on I40E && DCB
  238. ---help---
  239. Say Y here if you want to use Data Center Bridging (DCB) in the
  240. driver.
  241. If unsure, say N.
  242. config I40E_FCOE
  243. bool "Fibre Channel over Ethernet (FCoE)"
  244. default n
  245. depends on I40E && DCB && FCOE
  246. ---help---
  247. Say Y here if you want to use Fibre Channel over Ethernet (FCoE)
  248. in the driver. This will create new netdev for exclusive FCoE
  249. use with XL710 FCoE offloads enabled.
  250. If unsure, say N.
  251. config I40EVF
  252. tristate "Intel(R) XL710 X710 Virtual Function Ethernet support"
  253. depends on PCI_MSI
  254. ---help---
  255. This driver supports Intel(R) XL710 and X710 virtual functions.
  256. For more information on how to identify your adapter, go to the
  257. Adapter & Driver ID Guide at:
  258. <http://support.intel.com/support/network/sb/CS-008441.htm>
  259. For general information and support, go to the Intel support
  260. website at:
  261. <http://support.intel.com>
  262. To compile this driver as a module, choose M here. The module
  263. will be called i40evf. MSI-X interrupt support is required
  264. for this driver to work correctly.
  265. config FM10K
  266. tristate "Intel(R) FM10000 Ethernet Switch Host Interface Support"
  267. default n
  268. depends on PCI_MSI
  269. select PTP_1588_CLOCK
  270. ---help---
  271. This driver supports Intel(R) FM10000 Ethernet Switch Host
  272. Interface. For more information on how to identify your adapter,
  273. go to the Adapter & Driver ID Guide at:
  274. <http://support.intel.com/support/network/sb/CS-008441.htm>
  275. For general information and support, go to the Intel support
  276. website at:
  277. <http://support.intel.com>
  278. To compile this driver as a module, choose M here. The module
  279. will be called fm10k. MSI-X interrupt support is required
  280. config FM10K_VXLAN
  281. bool "Virtual eXtensible Local Area Network Support"
  282. default n
  283. depends on FM10K && VXLAN && !(FM10K=y && VXLAN=m)
  284. ---help---
  285. This allows one to create VXLAN virtual interfaces that provide
  286. Layer 2 Networks over Layer 3 Networks. VXLAN is often used
  287. to tunnel virtual network infrastructure in virtualized environments.
  288. Say Y here if you want to use Virtual eXtensible Local Area Network
  289. (VXLAN) in the driver.
  290. endif # NET_VENDOR_INTEL