xref: /linux/arch/mips/bcm47xx/Kconfig (revision c29b8f3149f2916e98fc3b8d6c1df2137d003979)
1if BCM47XX
2
3config BCM47XX_SSB
4	bool "SSB Support for Broadcom BCM47XX"
5	select SYS_HAS_CPU_BMIPS32_3300
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_DRIVER_PCICORE if PCI
12	select SSB_PCICORE_HOSTMODE if PCI
13	select SSB_DRIVER_GPIO
14	select GPIOLIB
15	select LEDS_GPIO_REGISTER
16	default y
17	help
18	 Add support for old Broadcom BCM47xx boards with Sonics Silicon Backplane support.
19
20	 This will generate an image with support for SSB and MIPS32 R1 instruction set.
21
22config BCM47XX_BCMA
23	bool "BCMA Support for Broadcom BCM47XX"
24	select SYS_HAS_CPU_MIPS32_R2
25	select CPU_MIPSR2_IRQ_VI
26	select BCMA
27	select BCMA_HOST_SOC
28	select BCMA_DRIVER_MIPS
29	select BCMA_HOST_PCI if PCI
30	select BCMA_DRIVER_PCI_HOSTMODE if PCI
31	select BCMA_DRIVER_GPIO
32	select GPIOLIB
33	select LEDS_GPIO_REGISTER
34	default y
35	help
36	 Add support for new Broadcom BCM47xx boards with Broadcom specific Advanced Microcontroller Bus.
37
38	 This will generate an image with support for BCMA and MIPS32 R2 instruction set.
39
40endif
41