Kconfig 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  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 BGMAC
  122. tristate
  123. help
  124. This enables the integrated ethernet controller support for many
  125. Broadcom (mostly iProc) SoCs. An appropriate bus interface driver
  126. needs to be enabled to select this.
  127. config BGMAC_BCMA
  128. tristate "Broadcom iProc GBit BCMA support"
  129. depends on BCMA && BCMA_HOST_SOC
  130. depends on HAS_DMA
  131. depends on BCM47XX || ARCH_BCM_5301X || COMPILE_TEST
  132. select BGMAC
  133. select PHYLIB
  134. select FIXED_PHY
  135. ---help---
  136. This driver supports GBit MAC and BCM4706 GBit MAC cores on BCMA bus.
  137. They can be found on BCM47xx SoCs and provide gigabit ethernet.
  138. In case of using this driver on BCM4706 it's also requires to enable
  139. BCMA_DRIVER_GMAC_CMN to make it work.
  140. config BGMAC_PLATFORM
  141. tristate "Broadcom iProc GBit platform support"
  142. depends on HAS_DMA
  143. depends on ARCH_BCM_IPROC || COMPILE_TEST
  144. depends on OF
  145. select BGMAC
  146. select PHYLIB
  147. select FIXED_PHY
  148. default ARCH_BCM_IPROC
  149. ---help---
  150. Say Y here if you want to use the Broadcom iProc Gigabit Ethernet
  151. controller through the generic platform interface
  152. config SYSTEMPORT
  153. tristate "Broadcom SYSTEMPORT internal MAC support"
  154. depends on OF
  155. select MII
  156. select PHYLIB
  157. select FIXED_PHY
  158. help
  159. This driver supports the built-in Ethernet MACs found in the
  160. Broadcom BCM7xxx Set Top Box family chipset using an internal
  161. Ethernet switch.
  162. config BNXT
  163. tristate "Broadcom NetXtreme-C/E support"
  164. depends on PCI
  165. select FW_LOADER
  166. select LIBCRC32C
  167. ---help---
  168. This driver supports Broadcom NetXtreme-C/E 10/25/40/50 gigabit
  169. Ethernet cards. To compile this driver as a module, choose M here:
  170. the module will be called bnxt_en. This is recommended.
  171. config BNXT_SRIOV
  172. bool "Broadcom NetXtreme-C/E SR-IOV support"
  173. depends on BNXT && PCI_IOV
  174. default y
  175. ---help---
  176. This configuration parameter enables Single Root Input Output
  177. Virtualization support in the NetXtreme-C/E products. This
  178. allows for virtual function acceleration in virtual environments.
  179. endif # NET_VENDOR_BROADCOM