Kconfig 6.8 KB

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