Kconfig 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  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 that
  24. can be located at:
  25. <http://support.intel.com>
  26. to identify the adapter.
  27. More specific information on configuring the driver is in
  28. <file:Documentation/networking/e100.txt>.
  29. To compile this driver as a module, choose M here. The module
  30. will be called e100.
  31. config E1000
  32. tristate "Intel(R) PRO/1000 Gigabit Ethernet support"
  33. depends on PCI
  34. ---help---
  35. This driver supports Intel(R) PRO/1000 gigabit ethernet family of
  36. adapters. For more information on how to identify your adapter, go
  37. to the Adapter & Driver ID Guide that can be located at:
  38. <http://support.intel.com>
  39. More specific information on configuring the driver is in
  40. <file:Documentation/networking/e1000.txt>.
  41. To compile this driver as a module, choose M here. The module
  42. will be called e1000.
  43. config E1000E
  44. tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support"
  45. depends on PCI && (!SPARC32 || BROKEN)
  46. select CRC32
  47. select PTP_1588_CLOCK
  48. ---help---
  49. This driver supports the PCI-Express Intel(R) PRO/1000 gigabit
  50. ethernet family of adapters. For PCI or PCI-X e1000 adapters,
  51. use the regular e1000 driver For more information on how to
  52. identify your adapter, go to the Adapter & Driver ID Guide that
  53. can be located at:
  54. <http://support.intel.com>
  55. To compile this driver as a module, choose M here. The module
  56. will be called e1000e.
  57. config E1000E_HWTS
  58. bool "Support HW cross-timestamp on PCH devices"
  59. default y
  60. depends on E1000E && X86
  61. ---help---
  62. Say Y to enable hardware supported cross-timestamping on PCH
  63. devices. The cross-timestamp is available through the PTP clock
  64. driver precise cross-timestamp ioctl (PTP_SYS_OFFSET_PRECISE).
  65. config IGB
  66. tristate "Intel(R) 82575/82576 PCI-Express Gigabit Ethernet support"
  67. depends on PCI
  68. select PTP_1588_CLOCK
  69. select I2C
  70. select I2C_ALGOBIT
  71. ---help---
  72. This driver supports Intel(R) 82575/82576 gigabit ethernet family of
  73. adapters. For more information on how to identify your adapter, go
  74. to the Adapter & Driver ID Guide that can be located at:
  75. <http://support.intel.com>
  76. More specific information on configuring the driver is in
  77. <file:Documentation/networking/e1000.txt>.
  78. To compile this driver as a module, choose M here. The module
  79. will be called igb.
  80. config IGB_HWMON
  81. bool "Intel(R) PCI-Express Gigabit adapters HWMON support"
  82. default y
  83. depends on IGB && HWMON && !(IGB=y && HWMON=m)
  84. ---help---
  85. Say Y if you want to expose thermal sensor data on Intel devices.
  86. Some of our devices contain thermal sensors, both external and internal.
  87. This data is available via the hwmon sysfs interface and exposes
  88. the onboard sensors.
  89. config IGB_DCA
  90. bool "Direct Cache Access (DCA) Support"
  91. default y
  92. depends on IGB && DCA && !(IGB=y && DCA=m)
  93. ---help---
  94. Say Y here if you want to use Direct Cache Access (DCA) in the
  95. driver. DCA is a method for warming the CPU cache before data
  96. is used, with the intent of lessening the impact of cache misses.
  97. config IGBVF
  98. tristate "Intel(R) 82576 Virtual Function Ethernet support"
  99. depends on PCI
  100. ---help---
  101. This driver supports Intel(R) 82576 virtual functions. For more
  102. information on how to identify your adapter, go to the Adapter &
  103. Driver ID Guide that can be located at:
  104. <http://support.intel.com>
  105. More specific information on configuring the driver is in
  106. <file:Documentation/networking/e1000.txt>.
  107. To compile this driver as a module, choose M here. The module
  108. will be called igbvf.
  109. config IXGB
  110. tristate "Intel(R) PRO/10GbE support"
  111. depends on PCI
  112. ---help---
  113. This driver supports Intel(R) PRO/10GbE family of adapters for
  114. PCI-X type cards. For PCI-E type cards, use the "ixgbe" driver
  115. instead. For more information on how to identify your adapter, go
  116. to the Adapter & Driver ID Guide that can be located at:
  117. <http://support.intel.com>
  118. More specific information on configuring the driver is in
  119. <file:Documentation/networking/ixgb.txt>.
  120. To compile this driver as a module, choose M here. The module
  121. will be called ixgb.
  122. config IXGBE
  123. tristate "Intel(R) 10GbE PCI Express adapters support"
  124. depends on PCI
  125. select MDIO
  126. select PTP_1588_CLOCK
  127. ---help---
  128. This driver supports Intel(R) 10GbE PCI Express family of
  129. adapters. For more information on how to identify your adapter, go
  130. to the Adapter & Driver ID Guide that can be located at:
  131. <http://support.intel.com>
  132. To compile this driver as a module, choose M here. The module
  133. will be called ixgbe.
  134. config IXGBE_HWMON
  135. bool "Intel(R) 10GbE PCI Express adapters HWMON support"
  136. default y
  137. depends on IXGBE && HWMON && !(IXGBE=y && HWMON=m)
  138. ---help---
  139. Say Y if you want to expose the thermal sensor data on some of
  140. our cards, via a hwmon sysfs interface.
  141. config IXGBE_DCA
  142. bool "Direct Cache Access (DCA) Support"
  143. default y
  144. depends on IXGBE && DCA && !(IXGBE=y && DCA=m)
  145. ---help---
  146. Say Y here if you want to use Direct Cache Access (DCA) in the
  147. driver. DCA is a method for warming the CPU cache before data
  148. is used, with the intent of lessening the impact of cache misses.
  149. config IXGBE_DCB
  150. bool "Data Center Bridging (DCB) Support"
  151. default n
  152. depends on IXGBE && DCB
  153. ---help---
  154. Say Y here if you want to use Data Center Bridging (DCB) in the
  155. driver.
  156. If unsure, say N.
  157. config IXGBEVF
  158. tristate "Intel(R) 10GbE PCI Express Virtual Function Ethernet support"
  159. depends on PCI_MSI
  160. ---help---
  161. This driver supports Intel(R) PCI Express virtual functions for the
  162. Intel(R) ixgbe driver. For more information on how to identify your
  163. adapter, go to the Adapter & Driver ID Guide that can be located at:
  164. <http://support.intel.com>
  165. More specific information on configuring the driver is in
  166. <file:Documentation/networking/ixgbevf.txt>.
  167. To compile this driver as a module, choose M here. The module
  168. will be called ixgbevf. MSI-X interrupt support is required
  169. for this driver to work correctly.
  170. config I40E
  171. tristate "Intel(R) Ethernet Controller XL710 Family support"
  172. select PTP_1588_CLOCK
  173. depends on PCI
  174. ---help---
  175. This driver supports Intel(R) Ethernet Controller XL710 Family of
  176. devices. For more information on how to identify your adapter, go
  177. to the Adapter & Driver ID Guide that can be located at:
  178. <http://support.intel.com>
  179. To compile this driver as a module, choose M here. The module
  180. will be called i40e.
  181. config I40E_DCB
  182. bool "Data Center Bridging (DCB) Support"
  183. default n
  184. depends on I40E && DCB
  185. ---help---
  186. Say Y here if you want to use Data Center Bridging (DCB) in the
  187. driver.
  188. If unsure, say N.
  189. config I40E_FCOE
  190. bool "Fibre Channel over Ethernet (FCoE)"
  191. default n
  192. depends on I40E && DCB && FCOE
  193. ---help---
  194. Say Y here if you want to use Fibre Channel over Ethernet (FCoE)
  195. in the driver. This will create new netdev for exclusive FCoE
  196. use with XL710 FCoE offloads enabled.
  197. If unsure, say N.
  198. config I40EVF
  199. tristate "Intel(R) XL710 X710 Virtual Function Ethernet support"
  200. depends on PCI_MSI
  201. ---help---
  202. This driver supports Intel(R) XL710 and X710 virtual functions.
  203. For more information on how to identify your adapter, go to the
  204. Adapter & Driver ID Guide that can be located at:
  205. <http://support.intel.com>
  206. To compile this driver as a module, choose M here. The module
  207. will be called i40evf. MSI-X interrupt support is required
  208. for this driver to work correctly.
  209. config FM10K
  210. tristate "Intel(R) FM10000 Ethernet Switch Host Interface Support"
  211. default n
  212. depends on PCI_MSI
  213. select PTP_1588_CLOCK
  214. ---help---
  215. This driver supports Intel(R) FM10000 Ethernet Switch Host
  216. Interface. For more information on how to identify your adapter,
  217. go to the Adapter & Driver ID Guide that can be located at:
  218. <http://support.intel.com>
  219. To compile this driver as a module, choose M here. The module
  220. will be called fm10k. MSI-X interrupt support is required
  221. endif # NET_VENDOR_INTEL