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