Kconfig 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  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
  8. ---help---
  9. If you have a network (Ethernet) card belonging to this class, say Y
  10. and read the Ethernet-HOWTO, available from
  11. <http://www.tldp.org/docs.html#howto>.
  12. Note that the answer to this question doesn't directly affect the
  13. kernel: saying N will just cause the configurator to skip all
  14. the questions about Intel cards. If you say Y, you will be asked for
  15. your specific card in the following questions.
  16. if NET_VENDOR_INTEL
  17. config E100
  18. tristate "Intel(R) PRO/100+ support"
  19. depends on PCI
  20. select MII
  21. ---help---
  22. This driver supports Intel(R) PRO/100 family of adapters.
  23. To verify that your adapter is supported, find the board ID number
  24. on the adapter. Look for a label that has a barcode and a number
  25. in the format 123456-001 (six digits hyphen three digits).
  26. Use the above information and the Adapter & Driver ID Guide at:
  27. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  28. to identify the adapter.
  29. For the latest Intel PRO/100 network driver for Linux, see:
  30. <http://www.intel.com/p/en_US/support/highlights/network/pro100plus>
  31. More specific information on configuring the driver is in
  32. <file:Documentation/networking/e100.txt>.
  33. To compile this driver as a module, choose M here. The module
  34. will be called e100.
  35. config E1000
  36. tristate "Intel(R) PRO/1000 Gigabit Ethernet support"
  37. depends on PCI
  38. ---help---
  39. This driver supports Intel(R) PRO/1000 gigabit ethernet family of
  40. adapters. For more information on how to identify your adapter, go
  41. to the Adapter & Driver ID Guide at:
  42. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  43. For general information and support, go to the Intel support
  44. website at:
  45. <http://support.intel.com>
  46. More specific information on configuring the driver is in
  47. <file:Documentation/networking/e1000.txt>.
  48. To compile this driver as a module, choose M here. The module
  49. will be called e1000.
  50. config E1000E
  51. tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support"
  52. depends on PCI && (!SPARC32 || BROKEN)
  53. select CRC32
  54. ---help---
  55. This driver supports the PCI-Express Intel(R) PRO/1000 gigabit
  56. ethernet family of adapters. For PCI or PCI-X e1000 adapters,
  57. use the regular e1000 driver For more information on how to
  58. identify your adapter, go to the Adapter & Driver ID Guide at:
  59. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  60. For general information and support, go to the Intel support
  61. website at:
  62. <http://support.intel.com>
  63. To compile this driver as a module, choose M here. The module
  64. will be called e1000e.
  65. config IGB
  66. tristate "Intel(R) 82575/82576 PCI-Express Gigabit Ethernet support"
  67. depends on PCI
  68. ---help---
  69. This driver supports Intel(R) 82575/82576 gigabit ethernet family of
  70. adapters. For more information on how to identify your adapter, go
  71. to the Adapter & Driver ID Guide at:
  72. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  73. For general information and support, go to the Intel support
  74. website 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_DCA
  81. bool "Direct Cache Access (DCA) Support"
  82. default y
  83. depends on IGB && DCA && !(IGB=y && DCA=m)
  84. ---help---
  85. Say Y here if you want to use Direct Cache Access (DCA) in the
  86. driver. DCA is a method for warming the CPU cache before data
  87. is used, with the intent of lessening the impact of cache misses.
  88. config IGBVF
  89. tristate "Intel(R) 82576 Virtual Function Ethernet support"
  90. depends on PCI
  91. ---help---
  92. This driver supports Intel(R) 82576 virtual functions. For more
  93. information on how to identify your adapter, go to the Adapter &
  94. Driver ID Guide at:
  95. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  96. For general information and support, go to the Intel support
  97. website at:
  98. <http://support.intel.com>
  99. More specific information on configuring the driver is in
  100. <file:Documentation/networking/e1000.txt>.
  101. To compile this driver as a module, choose M here. The module
  102. will be called igbvf.
  103. config IXGB
  104. tristate "Intel(R) PRO/10GbE support"
  105. depends on PCI
  106. ---help---
  107. This driver supports Intel(R) PRO/10GbE family of adapters for
  108. PCI-X type cards. For PCI-E type cards, use the "ixgbe" driver
  109. instead. For more information on how to identify your adapter, go
  110. to the Adapter & Driver ID Guide at:
  111. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  112. For general information and support, go to the Intel support
  113. website at:
  114. <http://support.intel.com>
  115. More specific information on configuring the driver is in
  116. <file:Documentation/networking/ixgb.txt>.
  117. To compile this driver as a module, choose M here. The module
  118. will be called ixgb.
  119. config IXGBE
  120. tristate "Intel(R) 10GbE PCI Express adapters support"
  121. depends on PCI && INET
  122. select MDIO
  123. ---help---
  124. This driver supports Intel(R) 10GbE PCI Express family of
  125. adapters. For more information on how to identify your adapter, go
  126. to the Adapter & Driver ID Guide at:
  127. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  128. For general information and support, go to the Intel support
  129. website at:
  130. <http://support.intel.com>
  131. To compile this driver as a module, choose M here. The module
  132. will be called ixgbe.
  133. config IXGBE_DCA
  134. bool "Direct Cache Access (DCA) Support"
  135. default y
  136. depends on IXGBE && DCA && !(IXGBE=y && DCA=m)
  137. ---help---
  138. Say Y here if you want to use Direct Cache Access (DCA) in the
  139. driver. DCA is a method for warming the CPU cache before data
  140. is used, with the intent of lessening the impact of cache misses.
  141. config IXGBE_DCB
  142. bool "Data Center Bridging (DCB) Support"
  143. default n
  144. depends on IXGBE && DCB
  145. ---help---
  146. Say Y here if you want to use Data Center Bridging (DCB) in the
  147. driver.
  148. If unsure, say N.
  149. config IXGBEVF
  150. tristate "Intel(R) 82599 Virtual Function Ethernet support"
  151. depends on PCI_MSI
  152. ---help---
  153. This driver supports Intel(R) 82599 virtual functions. For more
  154. information on how to identify your adapter, go to the Adapter &
  155. Driver ID Guide at:
  156. <http://support.intel.com/support/network/sb/CS-008441.htm>
  157. For general information and support, go to the Intel support
  158. website at:
  159. <http://support.intel.com>
  160. More specific information on configuring the driver is in
  161. <file:Documentation/networking/ixgbevf.txt>.
  162. To compile this driver as a module, choose M here. The module
  163. will be called ixgbevf. MSI-X interrupt support is required
  164. for this driver to work correctly.
  165. endif # NET_VENDOR_INTEL