xref: /linux/arch/mips/bcm47xx/Kconfig (revision 4c62e9764ab403d42f9b8871b1241fe7812f19d4)
1if BCM47XX
2
3config BCM47XX_SSB
4	bool "SSB Support for Broadcom BCM47XX"
5	select SYS_HAS_CPU_MIPS32_R1
6	select SSB
7	select SSB_DRIVER_MIPS
8	select SSB_DRIVER_EXTIF
9	select SSB_EMBEDDED
10	select SSB_B43_PCI_BRIDGE if PCI
11	select SSB_PCICORE_HOSTMODE if PCI
12	select SSB_DRIVER_GPIO
13	default y
14	help
15	 Add support for old Broadcom BCM47xx boards with Sonics Silicon Backplane support.
16
17	 This will generate an image with support for SSB and MIPS32 R1 instruction set.
18
19config BCM47XX_BCMA
20	bool "BCMA Support for Broadcom BCM47XX"
21	select SYS_HAS_CPU_MIPS32_R2
22	select BCMA
23	select BCMA_HOST_SOC
24	select BCMA_DRIVER_MIPS
25	select BCMA_HOST_PCI if PCI
26	select BCMA_DRIVER_PCI_HOSTMODE if PCI
27	select BCMA_DRIVER_GPIO
28	default y
29	help
30	 Add support for new Broadcom BCM47xx boards with Broadcom specific Advanced Microcontroller Bus.
31
32	 This will generate an image with support for BCMA and MIPS32 R2 instruction set.
33
34endif
35