Kconfig 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. #
  2. # Intel network device configuration
  3. #
  4. config NET_VENDOR_INTEL
  5. bool "Intel devices"
  6. default y
  7. depends on PCI || PCI_MSI || ISA || ISA_DMA_API || ARM || \
  8. ARCH_ACORN || SNI_RM || SUN3 || \
  9. GSC || BVME6000 || MVME16x || \
  10. (ARM && ARCH_IXP4XX && IXP4XX_NPE && IXP4XX_QMGR) || \
  11. EXPERIMENTAL
  12. ---help---
  13. If you have a network (Ethernet) card belonging to this class, say Y
  14. and read the Ethernet-HOWTO, available from
  15. <http://www.tldp.org/docs.html#howto>.
  16. Note that the answer to this question doesn't directly affect the
  17. kernel: saying N will just cause the configurator to skip all
  18. the questions about Intel cards. If you say Y, you will be asked for
  19. your specific card in the following questions.
  20. if NET_VENDOR_INTEL
  21. config E100
  22. tristate "Intel(R) PRO/100+ support"
  23. depends on PCI
  24. select NET_CORE
  25. select MII
  26. ---help---
  27. This driver supports Intel(R) PRO/100 family of adapters.
  28. To verify that your adapter is supported, find the board ID number
  29. on the adapter. Look for a label that has a barcode and a number
  30. in the format 123456-001 (six digits hyphen three digits).
  31. Use the above information and the Adapter & Driver ID Guide at:
  32. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  33. to identify the adapter.
  34. For the latest Intel PRO/100 network driver for Linux, see:
  35. <http://www.intel.com/p/en_US/support/highlights/network/pro100plus>
  36. More specific information on configuring the driver is in
  37. <file:Documentation/networking/e100.txt>.
  38. To compile this driver as a module, choose M here. The module
  39. will be called e100.
  40. config E1000
  41. tristate "Intel(R) PRO/1000 Gigabit Ethernet support"
  42. depends on PCI
  43. ---help---
  44. This driver supports Intel(R) PRO/1000 gigabit ethernet family of
  45. adapters. For more information on how to identify your adapter, go
  46. to the Adapter & Driver ID Guide at:
  47. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  48. For general information and support, go to the Intel support
  49. website at:
  50. <http://support.intel.com>
  51. More specific information on configuring the driver is in
  52. <file:Documentation/networking/e1000.txt>.
  53. To compile this driver as a module, choose M here. The module
  54. will be called e1000.
  55. config E1000E
  56. tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support"
  57. depends on PCI && (!SPARC32 || BROKEN)
  58. select CRC32
  59. select PTP_1588_CLOCK
  60. ---help---
  61. This driver supports the PCI-Express Intel(R) PRO/1000 gigabit
  62. ethernet family of adapters. For PCI or PCI-X e1000 adapters,
  63. use the regular e1000 driver For more information on how to
  64. identify your adapter, go to the Adapter & Driver ID Guide at:
  65. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  66. For general information and support, go to the Intel support
  67. website at:
  68. <http://support.intel.com>
  69. To compile this driver as a module, choose M here. The module
  70. will be called e1000e.
  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_HWMON
  153. bool "Intel(R) 10GbE PCI Express adapters HWMON support"
  154. default y
  155. depends on IXGBE && HWMON && !(IXGBE=y && HWMON=m)
  156. ---help---
  157. Say Y if you want to expose the thermal sensor data on some of
  158. our cards, via a hwmon sysfs interface.
  159. config IXGBE_DCA
  160. bool "Direct Cache Access (DCA) Support"
  161. default y
  162. depends on IXGBE && DCA && !(IXGBE=y && DCA=m)
  163. ---help---
  164. Say Y here if you want to use Direct Cache Access (DCA) in the
  165. driver. DCA is a method for warming the CPU cache before data
  166. is used, with the intent of lessening the impact of cache misses.
  167. config IXGBE_DCB
  168. bool "Data Center Bridging (DCB) Support"
  169. default n
  170. depends on IXGBE && DCB
  171. ---help---
  172. Say Y here if you want to use Data Center Bridging (DCB) in the
  173. driver.
  174. If unsure, say N.
  175. config IXGBEVF
  176. tristate "Intel(R) 82599 Virtual Function Ethernet support"
  177. depends on PCI_MSI
  178. ---help---
  179. This driver supports Intel(R) 82599 virtual functions. For more
  180. information on how to identify your adapter, go to the Adapter &
  181. Driver ID Guide at:
  182. <http://support.intel.com/support/network/sb/CS-008441.htm>
  183. For general information and support, go to the Intel support
  184. website at:
  185. <http://support.intel.com>
  186. More specific information on configuring the driver is in
  187. <file:Documentation/networking/ixgbevf.txt>.
  188. To compile this driver as a module, choose M here. The module
  189. will be called ixgbevf. MSI-X interrupt support is required
  190. for this driver to work correctly.
  191. endif # NET_VENDOR_INTEL