Kconfig 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  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 || ARCH_ENP2611 || \
  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 IGBVF
  94. tristate "Intel(R) 82576 Virtual Function Ethernet support"
  95. depends on PCI
  96. ---help---
  97. This driver supports Intel(R) 82576 virtual functions. For more
  98. information on how to identify your adapter, go to the Adapter &
  99. Driver ID Guide at:
  100. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  101. For general information and support, go to the Intel support
  102. website at:
  103. <http://support.intel.com>
  104. More specific information on configuring the driver is in
  105. <file:Documentation/networking/e1000.txt>.
  106. To compile this driver as a module, choose M here. The module
  107. will be called igbvf.
  108. config IXGB
  109. tristate "Intel(R) PRO/10GbE support"
  110. depends on PCI
  111. ---help---
  112. This driver supports Intel(R) PRO/10GbE family of adapters for
  113. PCI-X type cards. For PCI-E type cards, use the "ixgbe" driver
  114. instead. For more information on how to identify your adapter, go
  115. to the Adapter & Driver ID Guide at:
  116. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  117. For general information and support, go to the Intel support
  118. website at:
  119. <http://support.intel.com>
  120. More specific information on configuring the driver is in
  121. <file:Documentation/networking/ixgb.txt>.
  122. To compile this driver as a module, choose M here. The module
  123. will be called ixgb.
  124. config IXGBE
  125. tristate "Intel(R) 10GbE PCI Express adapters support"
  126. depends on PCI && INET
  127. select MDIO
  128. ---help---
  129. This driver supports Intel(R) 10GbE PCI Express family of
  130. adapters. For more information on how to identify your adapter, go
  131. to the Adapter & Driver ID Guide at:
  132. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  133. For general information and support, go to the Intel support
  134. website at:
  135. <http://support.intel.com>
  136. To compile this driver as a module, choose M here. The module
  137. will be called ixgbe.
  138. config IXGBE_DCA
  139. bool "Direct Cache Access (DCA) Support"
  140. default y
  141. depends on IXGBE && DCA && !(IXGBE=y && DCA=m)
  142. ---help---
  143. Say Y here if you want to use Direct Cache Access (DCA) in the
  144. driver. DCA is a method for warming the CPU cache before data
  145. is used, with the intent of lessening the impact of cache misses.
  146. config IXGBE_DCB
  147. bool "Data Center Bridging (DCB) Support"
  148. default n
  149. depends on IXGBE && DCB
  150. ---help---
  151. Say Y here if you want to use Data Center Bridging (DCB) in the
  152. driver.
  153. If unsure, say N.
  154. config IXGBEVF
  155. tristate "Intel(R) 82599 Virtual Function Ethernet support"
  156. depends on PCI_MSI
  157. ---help---
  158. This driver supports Intel(R) 82599 virtual functions. For more
  159. information on how to identify your adapter, go to the Adapter &
  160. Driver ID Guide at:
  161. <http://support.intel.com/support/network/sb/CS-008441.htm>
  162. For general information and support, go to the Intel support
  163. website 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. endif # NET_VENDOR_INTEL