Kconfig 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  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 || MCA || MCA_LEGACY || 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. ---help---
  60. This driver supports the PCI-Express Intel(R) PRO/1000 gigabit
  61. ethernet family of adapters. For PCI or PCI-X e1000 adapters,
  62. use the regular e1000 driver For more information on how to
  63. identify your adapter, go to the Adapter & Driver ID Guide at:
  64. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  65. For general information and support, go to the Intel support
  66. website at:
  67. <http://support.intel.com>
  68. To compile this driver as a module, choose M here. The module
  69. will be called e1000e.
  70. config IGB
  71. tristate "Intel(R) 82575/82576 PCI-Express Gigabit Ethernet support"
  72. depends on PCI
  73. ---help---
  74. This driver supports Intel(R) 82575/82576 gigabit ethernet family of
  75. adapters. For more information on how to identify your adapter, go
  76. to the Adapter & Driver ID Guide at:
  77. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  78. For general information and support, go to the Intel support
  79. website at:
  80. <http://support.intel.com>
  81. More specific information on configuring the driver is in
  82. <file:Documentation/networking/e1000.txt>.
  83. To compile this driver as a module, choose M here. The module
  84. will be called igb.
  85. config IGB_DCA
  86. bool "Direct Cache Access (DCA) Support"
  87. default y
  88. depends on IGB && DCA && !(IGB=y && DCA=m)
  89. ---help---
  90. Say Y here if you want to use Direct Cache Access (DCA) in the
  91. driver. DCA is a method for warming the CPU cache before data
  92. is used, with the intent of lessening the impact of cache misses.
  93. config IGB_PTP
  94. bool "PTP Hardware Clock (PHC)"
  95. default y
  96. depends on IGB && PTP_1588_CLOCK
  97. ---help---
  98. Say Y here if you want to use PTP Hardware Clock (PHC) in the
  99. driver. Only the basic clock operations have been implemented.
  100. Every timestamp and clock read operations must consult the
  101. overflow counter to form a correct time value.
  102. config IGBVF
  103. tristate "Intel(R) 82576 Virtual Function Ethernet support"
  104. depends on PCI
  105. ---help---
  106. This driver supports Intel(R) 82576 virtual functions. For more
  107. information on how to identify your adapter, go to the Adapter &
  108. Driver ID Guide at:
  109. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  110. For general information and support, go to the Intel support
  111. website at:
  112. <http://support.intel.com>
  113. More specific information on configuring the driver is in
  114. <file:Documentation/networking/e1000.txt>.
  115. To compile this driver as a module, choose M here. The module
  116. will be called igbvf.
  117. config IXGB
  118. tristate "Intel(R) PRO/10GbE support"
  119. depends on PCI
  120. ---help---
  121. This driver supports Intel(R) PRO/10GbE family of adapters for
  122. PCI-X type cards. For PCI-E type cards, use the "ixgbe" driver
  123. instead. For more information on how to identify your adapter, go
  124. to the Adapter & Driver ID Guide at:
  125. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  126. For general information and support, go to the Intel support
  127. website at:
  128. <http://support.intel.com>
  129. More specific information on configuring the driver is in
  130. <file:Documentation/networking/ixgb.txt>.
  131. To compile this driver as a module, choose M here. The module
  132. will be called ixgb.
  133. config IXGBE
  134. tristate "Intel(R) 10GbE PCI Express adapters support"
  135. depends on PCI && INET
  136. select MDIO
  137. ---help---
  138. This driver supports Intel(R) 10GbE PCI Express family of
  139. adapters. For more information on how to identify your adapter, go
  140. to the Adapter & Driver ID Guide at:
  141. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  142. For general information and support, go to the Intel support
  143. website at:
  144. <http://support.intel.com>
  145. To compile this driver as a module, choose M here. The module
  146. will be called ixgbe.
  147. config IXGBE_HWMON
  148. bool "Intel(R) 10GbE PCI Express adapters HWMON support"
  149. default y
  150. depends on IXGBE && HWMON && !(IXGBE=y && HWMON=m)
  151. ---help---
  152. Say Y if you want to expose the thermal sensor data on some of
  153. our cards, via a hwmon sysfs interface.
  154. config IXGBE_DCA
  155. bool "Direct Cache Access (DCA) Support"
  156. default y
  157. depends on IXGBE && DCA && !(IXGBE=y && DCA=m)
  158. ---help---
  159. Say Y here if you want to use Direct Cache Access (DCA) in the
  160. driver. DCA is a method for warming the CPU cache before data
  161. is used, with the intent of lessening the impact of cache misses.
  162. config IXGBE_DCB
  163. bool "Data Center Bridging (DCB) Support"
  164. default n
  165. depends on IXGBE && DCB
  166. ---help---
  167. Say Y here if you want to use Data Center Bridging (DCB) in the
  168. driver.
  169. If unsure, say N.
  170. config IXGBEVF
  171. tristate "Intel(R) 82599 Virtual Function Ethernet support"
  172. depends on PCI_MSI
  173. ---help---
  174. This driver supports Intel(R) 82599 virtual functions. For more
  175. information on how to identify your adapter, go to the Adapter &
  176. Driver ID Guide at:
  177. <http://support.intel.com/support/network/sb/CS-008441.htm>
  178. For general information and support, go to the Intel support
  179. website at:
  180. <http://support.intel.com>
  181. More specific information on configuring the driver is in
  182. <file:Documentation/networking/ixgbevf.txt>.
  183. To compile this driver as a module, choose M here. The module
  184. will be called ixgbevf. MSI-X interrupt support is required
  185. for this driver to work correctly.
  186. endif # NET_VENDOR_INTEL