Kconfig 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  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 IGB
  64. tristate "Intel(R) 82575/82576 PCI-Express Gigabit Ethernet support"
  65. depends on PCI
  66. select PTP_1588_CLOCK
  67. select I2C
  68. select I2C_ALGOBIT
  69. ---help---
  70. This driver supports Intel(R) 82575/82576 gigabit ethernet family of
  71. adapters. For more information on how to identify your adapter, go
  72. to the Adapter & Driver ID Guide at:
  73. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  74. For general information and support, go to the Intel support
  75. website at:
  76. <http://support.intel.com>
  77. More specific information on configuring the driver is in
  78. <file:Documentation/networking/e1000.txt>.
  79. To compile this driver as a module, choose M here. The module
  80. will be called igb.
  81. config IGB_HWMON
  82. bool "Intel(R) PCI-Express Gigabit adapters HWMON support"
  83. default y
  84. depends on IGB && HWMON && !(IGB=y && HWMON=m)
  85. ---help---
  86. Say Y if you want to expose thermal sensor data on Intel devices.
  87. Some of our devices contain thermal sensors, both external and internal.
  88. This data is available via the hwmon sysfs interface and exposes
  89. the onboard sensors.
  90. config IGB_DCA
  91. bool "Direct Cache Access (DCA) Support"
  92. default y
  93. depends on IGB && DCA && !(IGB=y && DCA=m)
  94. ---help---
  95. Say Y here if you want to use Direct Cache Access (DCA) in the
  96. driver. DCA is a method for warming the CPU cache before data
  97. is used, with the intent of lessening the impact of cache misses.
  98. config IGBVF
  99. tristate "Intel(R) 82576 Virtual Function Ethernet support"
  100. depends on PCI
  101. ---help---
  102. This driver supports Intel(R) 82576 virtual functions. For more
  103. information on how to identify your adapter, go to the Adapter &
  104. Driver ID Guide at:
  105. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  106. For general information and support, go to the Intel support
  107. website at:
  108. <http://support.intel.com>
  109. More specific information on configuring the driver is in
  110. <file:Documentation/networking/e1000.txt>.
  111. To compile this driver as a module, choose M here. The module
  112. will be called igbvf.
  113. config IXGB
  114. tristate "Intel(R) PRO/10GbE support"
  115. depends on PCI
  116. ---help---
  117. This driver supports Intel(R) PRO/10GbE family of adapters for
  118. PCI-X type cards. For PCI-E type cards, use the "ixgbe" driver
  119. instead. For more information on how to identify your adapter, go
  120. to the Adapter & Driver ID Guide at:
  121. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  122. For general information and support, go to the Intel support
  123. website at:
  124. <http://support.intel.com>
  125. More specific information on configuring the driver is in
  126. <file:Documentation/networking/ixgb.txt>.
  127. To compile this driver as a module, choose M here. The module
  128. will be called ixgb.
  129. config IXGBE
  130. tristate "Intel(R) 10GbE PCI Express adapters support"
  131. depends on PCI
  132. select MDIO
  133. select PTP_1588_CLOCK
  134. ---help---
  135. This driver supports Intel(R) 10GbE PCI Express family of
  136. adapters. For more information on how to identify your adapter, go
  137. to the Adapter & Driver ID Guide at:
  138. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  139. For general information and support, go to the Intel support
  140. website at:
  141. <http://support.intel.com>
  142. To compile this driver as a module, choose M here. The module
  143. will be called ixgbe.
  144. config IXGBE_VXLAN
  145. bool "Virtual eXtensible Local Area Network Support"
  146. default n
  147. depends on IXGBE && VXLAN && !(IXGBE=y && VXLAN=m)
  148. ---help---
  149. This allows one to create VXLAN virtual interfaces that provide
  150. Layer 2 Networks over Layer 3 Networks. VXLAN is often used
  151. to tunnel virtual network infrastructure in virtualized environments.
  152. Say Y here if you want to use Virtual eXtensible Local Area Network
  153. (VXLAN) in the driver.
  154. config IXGBE_HWMON
  155. bool "Intel(R) 10GbE PCI Express adapters HWMON support"
  156. default y
  157. depends on IXGBE && HWMON && !(IXGBE=y && HWMON=m)
  158. ---help---
  159. Say Y if you want to expose the thermal sensor data on some of
  160. our cards, via a hwmon sysfs interface.
  161. config IXGBE_DCA
  162. bool "Direct Cache Access (DCA) Support"
  163. default y
  164. depends on IXGBE && DCA && !(IXGBE=y && DCA=m)
  165. ---help---
  166. Say Y here if you want to use Direct Cache Access (DCA) in the
  167. driver. DCA is a method for warming the CPU cache before data
  168. is used, with the intent of lessening the impact of cache misses.
  169. config IXGBE_DCB
  170. bool "Data Center Bridging (DCB) Support"
  171. default n
  172. depends on IXGBE && DCB
  173. ---help---
  174. Say Y here if you want to use Data Center Bridging (DCB) in the
  175. driver.
  176. If unsure, say N.
  177. config IXGBEVF
  178. tristate "Intel(R) 10GbE PCI Express Virtual Function Ethernet support"
  179. depends on PCI_MSI
  180. ---help---
  181. This driver supports Intel(R) PCI Express virtual functions for the
  182. Intel(R) ixgbe driver. For more information on how to identify your
  183. adapter, go to the Adapter & Driver ID Guide at:
  184. <http://support.intel.com/support/network/sb/CS-008441.htm>
  185. For general information and support, go to the Intel support
  186. website at:
  187. <http://support.intel.com>
  188. More specific information on configuring the driver is in
  189. <file:Documentation/networking/ixgbevf.txt>.
  190. To compile this driver as a module, choose M here. The module
  191. will be called ixgbevf. MSI-X interrupt support is required
  192. for this driver to work correctly.
  193. config I40E
  194. tristate "Intel(R) Ethernet Controller XL710 Family support"
  195. select PTP_1588_CLOCK
  196. depends on PCI
  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 at:
  201. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  202. For general information and support, go to the Intel support
  203. website at:
  204. <http://support.intel.com>
  205. To compile this driver as a module, choose M here. The module
  206. will be called i40e.
  207. config I40E_VXLAN
  208. bool "Virtual eXtensible Local Area Network Support"
  209. default n
  210. depends on I40E && VXLAN && !(I40E=y && VXLAN=m)
  211. ---help---
  212. This allows one to create VXLAN virtual interfaces that provide
  213. Layer 2 Networks over Layer 3 Networks. VXLAN is often used
  214. to tunnel virtual network infrastructure in virtualized environments.
  215. Say Y here if you want to use Virtual eXtensible Local Area Network
  216. (VXLAN) in the driver.
  217. config I40E_DCB
  218. bool "Data Center Bridging (DCB) Support"
  219. default n
  220. depends on I40E && DCB
  221. ---help---
  222. Say Y here if you want to use Data Center Bridging (DCB) in the
  223. driver.
  224. If unsure, say N.
  225. config I40E_FCOE
  226. bool "Fibre Channel over Ethernet (FCoE)"
  227. default n
  228. depends on I40E && DCB && FCOE
  229. ---help---
  230. Say Y here if you want to use Fibre Channel over Ethernet (FCoE)
  231. in the driver. This will create new netdev for exclusive FCoE
  232. use with XL710 FCoE offloads enabled.
  233. If unsure, say N.
  234. config I40EVF
  235. tristate "Intel(R) XL710 X710 Virtual Function Ethernet support"
  236. depends on PCI_MSI
  237. ---help---
  238. This driver supports Intel(R) XL710 and X710 virtual functions.
  239. For more information on how to identify your adapter, go to the
  240. Adapter & Driver ID Guide at:
  241. <http://support.intel.com/support/network/sb/CS-008441.htm>
  242. For general information and support, go to the Intel support
  243. website at:
  244. <http://support.intel.com>
  245. To compile this driver as a module, choose M here. The module
  246. will be called i40evf. MSI-X interrupt support is required
  247. for this driver to work correctly.
  248. config FM10K
  249. tristate "Intel(R) FM10000 Ethernet Switch Host Interface Support"
  250. default n
  251. depends on PCI_MSI
  252. select PTP_1588_CLOCK
  253. ---help---
  254. This driver supports Intel(R) FM10000 Ethernet Switch Host
  255. Interface. For more information on how to identify your adapter,
  256. go to the Adapter & Driver ID Guide at:
  257. <http://support.intel.com/support/network/sb/CS-008441.htm>
  258. For general information and support, go to the Intel support
  259. website at:
  260. <http://support.intel.com>
  261. To compile this driver as a module, choose M here. The module
  262. will be called fm10k. MSI-X interrupt support is required
  263. config FM10K_VXLAN
  264. bool "Virtual eXtensible Local Area Network Support"
  265. default n
  266. depends on FM10K && VXLAN && !(FM10K=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. endif # NET_VENDOR_INTEL