Kconfig 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. #
  2. # Broadcom device configuration
  3. #
  4. config NET_VENDOR_BROADCOM
  5. bool "Broadcom devices"
  6. default y
  7. depends on (SSB_POSSIBLE && HAS_DMA) || PCI || BCM63XX || \
  8. SIBYTE_SB1xxx_SOC
  9. ---help---
  10. If you have a network (Ethernet) chipset belonging to this class,
  11. say Y.
  12. Note that the answer to this question does not directly affect
  13. the kernel: saying N will just case the configurator to skip all
  14. the questions regarding AMD chipsets. If you say Y, you will be asked
  15. for your specific chipset/driver in the following questions.
  16. if NET_VENDOR_BROADCOM
  17. config B44
  18. tristate "Broadcom 440x/47xx ethernet support"
  19. depends on SSB_POSSIBLE && HAS_DMA
  20. select SSB
  21. select MII
  22. select PHYLIB
  23. ---help---
  24. If you have a network (Ethernet) controller of this type, say Y
  25. or M here.
  26. To compile this driver as a module, choose M here. The module
  27. will be called b44.
  28. # Auto-select SSB PCI-HOST support, if possible
  29. config B44_PCI_AUTOSELECT
  30. bool
  31. depends on B44 && SSB_PCIHOST_POSSIBLE
  32. select SSB_PCIHOST
  33. default y
  34. # Auto-select SSB PCICORE driver, if possible
  35. config B44_PCICORE_AUTOSELECT
  36. bool
  37. depends on B44 && SSB_DRIVER_PCICORE_POSSIBLE
  38. select SSB_DRIVER_PCICORE
  39. default y
  40. config B44_PCI
  41. bool
  42. depends on B44_PCI_AUTOSELECT && B44_PCICORE_AUTOSELECT
  43. default y
  44. config BCM63XX_ENET
  45. tristate "Broadcom 63xx internal mac support"
  46. depends on BCM63XX
  47. select MII
  48. select PHYLIB
  49. help
  50. This driver supports the ethernet MACs in the Broadcom 63xx
  51. MIPS chipset family (BCM63XX).
  52. config BCMGENET
  53. tristate "Broadcom GENET internal MAC support"
  54. depends on HAS_IOMEM
  55. select MII
  56. select PHYLIB
  57. select FIXED_PHY
  58. select BCM7XXX_PHY
  59. select MDIO_BCM_UNIMAC
  60. help
  61. This driver supports the built-in Ethernet MACs found in the
  62. Broadcom BCM7xxx Set Top Box family chipset.
  63. config BNX2
  64. tristate "QLogic bnx2 support"
  65. depends on PCI
  66. select CRC32
  67. select FW_LOADER
  68. ---help---
  69. This driver supports QLogic bnx2 gigabit Ethernet cards.
  70. To compile this driver as a module, choose M here: the module
  71. will be called bnx2. This is recommended.
  72. config CNIC
  73. tristate "QLogic CNIC support"
  74. depends on PCI && (IPV6 || IPV6=n)
  75. select BNX2
  76. select UIO
  77. ---help---
  78. This driver supports offload features of QLogic bnx2 gigabit
  79. Ethernet cards.
  80. To compile this driver as a module, choose M here: the module
  81. will be called cnic. This is recommended.
  82. config SB1250_MAC
  83. tristate "SB1250 Gigabit Ethernet support"
  84. depends on SIBYTE_SB1xxx_SOC
  85. select PHYLIB
  86. ---help---
  87. This driver supports Gigabit Ethernet interfaces based on the
  88. Broadcom SiByte family of System-On-a-Chip parts. They include
  89. the BCM1120, BCM1125, BCM1125H, BCM1250, BCM1255, BCM1280, BCM1455
  90. and BCM1480 chips.
  91. To compile this driver as a module, choose M here: the module
  92. will be called sb1250-mac.
  93. config TIGON3
  94. tristate "Broadcom Tigon3 support"
  95. depends on PCI
  96. select PHYLIB
  97. imply PTP_1588_CLOCK
  98. ---help---
  99. This driver supports Broadcom Tigon3 based gigabit Ethernet cards.
  100. To compile this driver as a module, choose M here: the module
  101. will be called tg3. This is recommended.
  102. config TIGON3_HWMON
  103. bool "Broadcom Tigon3 HWMON support"
  104. default y
  105. depends on TIGON3 && HWMON && !(TIGON3=y && HWMON=m)
  106. ---help---
  107. Say Y if you want to expose the thermal sensor on Tigon3 devices.
  108. config BNX2X
  109. tristate "Broadcom NetXtremeII 10Gb support"
  110. depends on PCI
  111. imply PTP_1588_CLOCK
  112. select FW_LOADER
  113. select ZLIB_INFLATE
  114. select LIBCRC32C
  115. select MDIO
  116. ---help---
  117. This driver supports Broadcom NetXtremeII 10 gigabit Ethernet cards.
  118. To compile this driver as a module, choose M here: the module
  119. will be called bnx2x. This is recommended.
  120. config BNX2X_SRIOV
  121. bool "Broadcom 578xx and 57712 SR-IOV support"
  122. depends on BNX2X && PCI_IOV
  123. default y
  124. ---help---
  125. This configuration parameter enables Single Root Input Output
  126. Virtualization support in the 578xx and 57712 products. This
  127. allows for virtual function acceleration in virtual environments.
  128. config BGMAC
  129. tristate
  130. help
  131. This enables the integrated ethernet controller support for many
  132. Broadcom (mostly iProc) SoCs. An appropriate bus interface driver
  133. needs to be enabled to select this.
  134. config BGMAC_BCMA
  135. tristate "Broadcom iProc GBit BCMA support"
  136. depends on BCMA && BCMA_HOST_SOC
  137. depends on BCM47XX || ARCH_BCM_5301X || COMPILE_TEST
  138. select BGMAC
  139. select PHYLIB
  140. select FIXED_PHY
  141. ---help---
  142. This driver supports GBit MAC and BCM4706 GBit MAC cores on BCMA bus.
  143. They can be found on BCM47xx SoCs and provide gigabit ethernet.
  144. In case of using this driver on BCM4706 it's also requires to enable
  145. BCMA_DRIVER_GMAC_CMN to make it work.
  146. config BGMAC_PLATFORM
  147. tristate "Broadcom iProc GBit platform support"
  148. depends on ARCH_BCM_IPROC || COMPILE_TEST
  149. depends on OF
  150. select BGMAC
  151. select PHYLIB
  152. select FIXED_PHY
  153. default ARCH_BCM_IPROC
  154. ---help---
  155. Say Y here if you want to use the Broadcom iProc Gigabit Ethernet
  156. controller through the generic platform interface
  157. config SYSTEMPORT
  158. tristate "Broadcom SYSTEMPORT internal MAC support"
  159. depends on HAS_IOMEM
  160. depends on NET_DSA || !NET_DSA
  161. select MII
  162. select PHYLIB
  163. select FIXED_PHY
  164. help
  165. This driver supports the built-in Ethernet MACs found in the
  166. Broadcom BCM7xxx Set Top Box family chipset using an internal
  167. Ethernet switch.
  168. config BNXT
  169. tristate "Broadcom NetXtreme-C/E support"
  170. depends on PCI
  171. depends on MAY_USE_DEVLINK
  172. select FW_LOADER
  173. select LIBCRC32C
  174. ---help---
  175. This driver supports Broadcom NetXtreme-C/E 10/25/40/50 gigabit
  176. Ethernet cards. To compile this driver as a module, choose M here:
  177. the module will be called bnxt_en. This is recommended.
  178. config BNXT_SRIOV
  179. bool "Broadcom NetXtreme-C/E SR-IOV support"
  180. depends on BNXT && PCI_IOV
  181. default y
  182. ---help---
  183. This configuration parameter enables Single Root Input Output
  184. Virtualization support in the NetXtreme-C/E products. This
  185. allows for virtual function acceleration in virtual environments.
  186. config BNXT_FLOWER_OFFLOAD
  187. bool "TC Flower offload support for NetXtreme-C/E"
  188. depends on BNXT
  189. default y
  190. ---help---
  191. This configuration parameter enables TC Flower packet classifier
  192. offload for eswitch. This option enables SR-IOV switchdev eswitch
  193. offload.
  194. config BNXT_DCB
  195. bool "Data Center Bridging (DCB) Support"
  196. default n
  197. depends on BNXT && DCB
  198. ---help---
  199. Say Y here if you want to use Data Center Bridging (DCB) in the
  200. driver.
  201. If unsure, say N.
  202. config BNXT_HWMON
  203. bool "Broadcom NetXtreme-C/E HWMON support"
  204. default y
  205. depends on BNXT && HWMON && !(BNXT=y && HWMON=m)
  206. ---help---
  207. Say Y if you want to expose the thermal sensor data on NetXtreme-C/E
  208. devices, via the hwmon sysfs interface.
  209. endif # NET_VENDOR_BROADCOM