1 # SPDX-License-Identifier: GPL-2.0
5 bool "SSB Support for Broadcom BCM47XX"
6 select SYS_HAS_CPU_BMIPS32_3300
10 select SSB_DRIVER_EXTIF
12 select SSB_PCIHOST if PCI
13 select SSB_B43_PCI_BRIDGE if PCI
14 select SSB_DRIVER_PCICORE if PCI
15 select SSB_PCICORE_HOSTMODE if PCI
16 select SSB_DRIVER_GPIO
19 Add support for old Broadcom BCM47xx boards with Sonics Silicon Backplane support.
21 This will generate an image with support for SSB and MIPS32 R1 instruction set.
24 bool "BCMA Support for Broadcom BCM47XX"
25 select SYS_HAS_CPU_MIPS32_R2
26 select SYS_SUPPORTS_HIGHMEM
27 select CPU_MIPSR2_IRQ_VI
30 select BCMA_DRIVER_MIPS
31 select BCMA_DRIVER_PCI if PCI
32 select BCMA_DRIVER_PCI_HOSTMODE if PCI
33 select BCMA_DRIVER_GPIO
36 Add support for new Broadcom BCM47xx boards with Broadcom specific Advanced Microcontroller Bus.
38 This will generate an image with support for BCMA and MIPS32 R2 instruction set.