Kconfig 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  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. select MII
  55. select PHYLIB
  56. select FIXED_PHY
  57. select BCM7XXX_PHY
  58. help
  59. This driver supports the built-in Ethernet MACs found in the
  60. Broadcom BCM7xxx Set Top Box family chipset.
  61. config BNX2
  62. tristate "QLogic bnx2 support"
  63. depends on PCI
  64. select CRC32
  65. select FW_LOADER
  66. ---help---
  67. This driver supports QLogic bnx2 gigabit Ethernet cards.
  68. To compile this driver as a module, choose M here: the module
  69. will be called bnx2. This is recommended.
  70. config CNIC
  71. tristate "QLogic CNIC support"
  72. depends on PCI && (IPV6 || IPV6=n)
  73. select BNX2
  74. select UIO
  75. ---help---
  76. This driver supports offload features of QLogic bnx2 gigabit
  77. Ethernet cards.
  78. To compile this driver as a module, choose M here: the module
  79. will be called cnic. This is recommended.
  80. config SB1250_MAC
  81. tristate "SB1250 Gigabit Ethernet support"
  82. depends on SIBYTE_SB1xxx_SOC
  83. select PHYLIB
  84. ---help---
  85. This driver supports Gigabit Ethernet interfaces based on the
  86. Broadcom SiByte family of System-On-a-Chip parts. They include
  87. the BCM1120, BCM1125, BCM1125H, BCM1250, BCM1255, BCM1280, BCM1455
  88. and BCM1480 chips.
  89. To compile this driver as a module, choose M here: the module
  90. will be called sb1250-mac.
  91. config TIGON3
  92. tristate "Broadcom Tigon3 support"
  93. depends on PCI
  94. select PHYLIB
  95. select HWMON
  96. select PTP_1588_CLOCK
  97. ---help---
  98. This driver supports Broadcom Tigon3 based gigabit Ethernet cards.
  99. To compile this driver as a module, choose M here: the module
  100. will be called tg3. This is recommended.
  101. config BNX2X
  102. tristate "Broadcom NetXtremeII 10Gb support"
  103. depends on PCI
  104. select PTP_1588_CLOCK
  105. select FW_LOADER
  106. select ZLIB_INFLATE
  107. select LIBCRC32C
  108. select MDIO
  109. ---help---
  110. This driver supports Broadcom NetXtremeII 10 gigabit Ethernet cards.
  111. To compile this driver as a module, choose M here: the module
  112. will be called bnx2x. This is recommended.
  113. config BNX2X_SRIOV
  114. bool "Broadcom 578xx and 57712 SR-IOV support"
  115. depends on BNX2X && PCI_IOV
  116. default y
  117. ---help---
  118. This configuration parameter enables Single Root Input Output
  119. Virtualization support in the 578xx and 57712 products. This
  120. allows for virtual function acceleration in virtual environments.
  121. config BNX2X_VXLAN
  122. bool "Virtual eXtensible Local Area Network support"
  123. default n
  124. depends on BNX2X && VXLAN && !(BNX2X=y && VXLAN=m)
  125. ---help---
  126. This enables hardward offload support for VXLAN protocol over the
  127. NetXtremeII series adapters.
  128. Say Y here if you want to enable hardware offload support for
  129. Virtual eXtensible Local Area Network (VXLAN) in the driver.
  130. config BGMAC
  131. tristate "BCMA bus GBit core support"
  132. depends on BCMA_HOST_SOC && HAS_DMA && (BCM47XX || ARCH_BCM_5301X)
  133. select PHYLIB
  134. ---help---
  135. This driver supports GBit MAC and BCM4706 GBit MAC cores on BCMA bus.
  136. They can be found on BCM47xx SoCs and provide gigabit ethernet.
  137. In case of using this driver on BCM4706 it's also requires to enable
  138. BCMA_DRIVER_GMAC_CMN to make it work.
  139. config SYSTEMPORT
  140. tristate "Broadcom SYSTEMPORT internal MAC support"
  141. depends on OF
  142. select MII
  143. select PHYLIB
  144. select FIXED_PHY
  145. help
  146. This driver supports the built-in Ethernet MACs found in the
  147. Broadcom BCM7xxx Set Top Box family chipset using an internal
  148. Ethernet switch.
  149. config BNXT
  150. tristate "Broadcom NetXtreme-C/E support"
  151. depends on PCI
  152. depends on VXLAN || VXLAN=n
  153. select FW_LOADER
  154. select LIBCRC32C
  155. ---help---
  156. This driver supports Broadcom NetXtreme-C/E 10/25/40/50 gigabit
  157. Ethernet cards. To compile this driver as a module, choose M here:
  158. the module will be called bnxt_en. This is recommended.
  159. config BNXT_SRIOV
  160. bool "Broadcom NetXtreme-C/E SR-IOV support"
  161. depends on BNXT && PCI_IOV
  162. default y
  163. ---help---
  164. This configuration parameter enables Single Root Input Output
  165. Virtualization support in the NetXtreme-C/E products. This
  166. allows for virtual function acceleration in virtual environments.
  167. endif # NET_VENDOR_BROADCOM