1 # SPDX-License-Identifier: GPL-2.0-only
3 # Broadcom device configuration
6 config NET_VENDOR_BROADCOM
7 bool "Broadcom devices"
9 depends on (SSB_POSSIBLE && HAS_DMA) || PCI || BCM63XX || \
12 If you have a network (Ethernet) chipset belonging to this class,
15 Note that the answer to this question does not directly affect
16 the kernel: saying N will just cause the configurator to skip all
17 the questions regarding Broadcom chipsets. If you say Y, you will
18 be asked for your specific chipset/driver in the following questions.
20 if NET_VENDOR_BROADCOM
23 tristate "Broadcom 440x/47xx ethernet support"
24 depends on SSB_POSSIBLE && HAS_DMA
29 If you have a network (Ethernet) controller of this type, say Y
32 To compile this driver as a module, choose M here. The module
35 # Auto-select SSB PCI-HOST support, if possible
36 config B44_PCI_AUTOSELECT
38 depends on B44 && SSB_PCIHOST_POSSIBLE
42 # Auto-select SSB PCICORE driver, if possible
43 config B44_PCICORE_AUTOSELECT
45 depends on B44 && SSB_DRIVER_PCICORE_POSSIBLE
46 select SSB_DRIVER_PCICORE
51 depends on B44_PCI_AUTOSELECT && B44_PCICORE_AUTOSELECT
55 tristate "Broadcom BCM4908 internal mac support"
56 depends on ARCH_BCMBCA || COMPILE_TEST
57 default y if ARCH_BCMBCA
59 This driver supports Ethernet controller integrated into Broadcom
63 tristate "Broadcom 63xx internal mac support"
68 This driver supports the ethernet MACs in the Broadcom 63xx
69 MIPS chipset family (BCM63XX).
72 tristate "Broadcom GENET internal MAC support"
74 depends on PTP_1588_CLOCK_OPTIONAL || !ARCH_BCM2835
79 select MDIO_BCM_UNIMAC
81 select BROADCOM_PHY if ARCH_BCM2835
83 This driver supports the built-in Ethernet MACs found in the
84 Broadcom BCM7xxx Set Top Box family chipset.
87 tristate "QLogic bnx2 support"
92 This driver supports QLogic bnx2 gigabit Ethernet cards.
94 To compile this driver as a module, choose M here: the module
95 will be called bnx2. This is recommended.
98 tristate "QLogic CNIC support"
99 depends on PCI && (IPV6 || IPV6=n)
104 This driver supports offload features of QLogic bnx2 gigabit
107 To compile this driver as a module, choose M here: the module
108 will be called cnic. This is recommended.
111 tristate "SB1250 Gigabit Ethernet support"
112 depends on SIBYTE_SB1xxx_SOC
115 This driver supports Gigabit Ethernet interfaces based on the
116 Broadcom SiByte family of System-On-a-Chip parts. They include
117 the BCM1120, BCM1125, BCM1125H, BCM1250, BCM1255, BCM1280, BCM1455
120 To compile this driver as a module, choose M here: the module
121 will be called sb1250-mac.
124 tristate "Broadcom Tigon3 support"
126 depends on PTP_1588_CLOCK_OPTIONAL
129 This driver supports Broadcom Tigon3 based gigabit Ethernet cards.
131 To compile this driver as a module, choose M here: the module
132 will be called tg3. This is recommended.
135 bool "Broadcom Tigon3 HWMON support"
137 depends on TIGON3 && HWMON && !(TIGON3=y && HWMON=m)
139 Say Y if you want to expose the thermal sensor on Tigon3 devices.
142 tristate "Broadcom NetXtremeII 10Gb support"
144 depends on PTP_1588_CLOCK_OPTIONAL
150 This driver supports Broadcom NetXtremeII 10 gigabit Ethernet cards.
151 To compile this driver as a module, choose M here: the module
152 will be called bnx2x. This is recommended.
155 bool "Broadcom 578xx and 57712 SR-IOV support"
156 depends on BNX2X && PCI_IOV
159 This configuration parameter enables Single Root Input Output
160 Virtualization support in the 578xx and 57712 products. This
161 allows for virtual function acceleration in virtual environments.
166 This enables the integrated ethernet controller support for many
167 Broadcom (mostly iProc) SoCs. An appropriate bus interface driver
168 needs to be enabled to select this.
171 tristate "Broadcom iProc GBit BCMA support"
172 depends on BCMA && BCMA_HOST_SOC
173 depends on BCM47XX || ARCH_BCM_5301X || COMPILE_TEST
178 This driver supports GBit MAC and BCM4706 GBit MAC cores on BCMA bus.
179 They can be found on BCM47xx SoCs and provide gigabit ethernet.
180 In case of using this driver on BCM4706 it's also requires to enable
181 BCMA_DRIVER_GMAC_CMN to make it work.
183 config BGMAC_PLATFORM
184 tristate "Broadcom iProc GBit platform support"
185 depends on ARCH_BCM_IPROC || COMPILE_TEST
189 default ARCH_BCM_IPROC
191 Say Y here if you want to use the Broadcom iProc Gigabit Ethernet
192 controller through the generic platform interface
195 tristate "Broadcom SYSTEMPORT internal MAC support"
197 depends on NET_DSA || !NET_DSA
203 This driver supports the built-in Ethernet MACs found in the
204 Broadcom BCM7xxx Set Top Box family chipset using an internal
208 tristate "Broadcom NetXtreme-C/E support"
210 depends on PTP_1588_CLOCK_OPTIONAL
218 This driver supports Broadcom NetXtreme-C/E 10/25/40/50 gigabit
219 Ethernet cards. To compile this driver as a module, choose M here:
220 the module will be called bnxt_en. This is recommended.
223 bool "Broadcom NetXtreme-C/E SR-IOV support"
224 depends on BNXT && PCI_IOV
227 This configuration parameter enables Single Root Input Output
228 Virtualization support in the NetXtreme-C/E products. This
229 allows for virtual function acceleration in virtual environments.
231 config BNXT_FLOWER_OFFLOAD
232 bool "TC Flower offload support for NetXtreme-C/E"
236 This configuration parameter enables TC Flower packet classifier
237 offload for eswitch. This option enables SR-IOV switchdev eswitch
241 bool "Data Center Bridging (DCB) Support"
243 depends on BNXT && DCB
245 Say Y here if you want to use Data Center Bridging (DCB) in the
251 bool "Broadcom NetXtreme-C/E HWMON support"
253 depends on BNXT && HWMON && !(BNXT=y && HWMON=m)
255 Say Y if you want to expose the thermal sensor data on NetXtreme-C/E
256 devices, via the hwmon sysfs interface.
258 endif # NET_VENDOR_BROADCOM