Kconfig 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  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. select PTP_1588_CLOCK
  74. ---help---
  75. This driver supports Intel(R) 82575/82576 gigabit ethernet family of
  76. adapters. For more information on how to identify your adapter, go
  77. to the Adapter & Driver ID Guide at:
  78. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  79. For general information and support, go to the Intel support
  80. website at:
  81. <http://support.intel.com>
  82. More specific information on configuring the driver is in
  83. <file:Documentation/networking/e1000.txt>.
  84. To compile this driver as a module, choose M here. The module
  85. will be called igb.
  86. config IGB_DCA
  87. bool "Direct Cache Access (DCA) Support"
  88. default y
  89. depends on IGB && DCA && !(IGB=y && DCA=m)
  90. ---help---
  91. Say Y here if you want to use Direct Cache Access (DCA) in the
  92. driver. DCA is a method for warming the CPU cache before data
  93. is used, with the intent of lessening the impact of cache misses.
  94. config IGBVF
  95. tristate "Intel(R) 82576 Virtual Function Ethernet support"
  96. depends on PCI
  97. ---help---
  98. This driver supports Intel(R) 82576 virtual functions. For more
  99. information on how to identify your adapter, go to the Adapter &
  100. Driver ID Guide at:
  101. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  102. For general information and support, go to the Intel support
  103. website 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 at:
  117. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  118. For general information and support, go to the Intel support
  119. website at:
  120. <http://support.intel.com>
  121. More specific information on configuring the driver is in
  122. <file:Documentation/networking/ixgb.txt>.
  123. To compile this driver as a module, choose M here. The module
  124. will be called ixgb.
  125. config IXGBE
  126. tristate "Intel(R) 10GbE PCI Express adapters support"
  127. depends on PCI
  128. select MDIO
  129. select PTP_1588_CLOCK
  130. ---help---
  131. This driver supports Intel(R) 10GbE PCI Express family of
  132. adapters. For more information on how to identify your adapter, go
  133. to the Adapter & Driver ID Guide at:
  134. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  135. For general information and support, go to the Intel support
  136. website at:
  137. <http://support.intel.com>
  138. To compile this driver as a module, choose M here. The module
  139. will be called ixgbe.
  140. config IXGBE_HWMON
  141. bool "Intel(R) 10GbE PCI Express adapters HWMON support"
  142. default y
  143. depends on IXGBE && HWMON && !(IXGBE=y && HWMON=m)
  144. ---help---
  145. Say Y if you want to expose the thermal sensor data on some of
  146. our cards, via a hwmon sysfs interface.
  147. config IXGBE_DCA
  148. bool "Direct Cache Access (DCA) Support"
  149. default y
  150. depends on IXGBE && DCA && !(IXGBE=y && DCA=m)
  151. ---help---
  152. Say Y here if you want to use Direct Cache Access (DCA) in the
  153. driver. DCA is a method for warming the CPU cache before data
  154. is used, with the intent of lessening the impact of cache misses.
  155. config IXGBE_DCB
  156. bool "Data Center Bridging (DCB) Support"
  157. default n
  158. depends on IXGBE && DCB
  159. ---help---
  160. Say Y here if you want to use Data Center Bridging (DCB) in the
  161. driver.
  162. If unsure, say N.
  163. config IXGBEVF
  164. tristate "Intel(R) 82599 Virtual Function Ethernet support"
  165. depends on PCI_MSI
  166. ---help---
  167. This driver supports Intel(R) 82599 virtual functions. For more
  168. information on how to identify your adapter, go to the Adapter &
  169. Driver ID Guide at:
  170. <http://support.intel.com/support/network/sb/CS-008441.htm>
  171. For general information and support, go to the Intel support
  172. website at:
  173. <http://support.intel.com>
  174. More specific information on configuring the driver is in
  175. <file:Documentation/networking/ixgbevf.txt>.
  176. To compile this driver as a module, choose M here. The module
  177. will be called ixgbevf. MSI-X interrupt support is required
  178. for this driver to work correctly.
  179. endif # NET_VENDOR_INTEL