summaryrefslogtreecommitdiffstats
path: root/arch/mips/bcm47xx/Kconfig
blob: 0346f92d12a2df78a596f431ef40a0fcf9046a6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if BCM47XX

config BCM47XX_SSB
	bool "SSB Support for Broadcom BCM47XX"
	select SYS_HAS_CPU_MIPS32_R1
	select SSB
	select SSB_DRIVER_MIPS
	select SSB_DRIVER_EXTIF
	select SSB_EMBEDDED
	select SSB_B43_PCI_BRIDGE if PCI
	select SSB_PCICORE_HOSTMODE if PCI
	default y
	help
	 Add support for old Broadcom BCM47xx boards with Sonics Silicon Backplane support.

	 This will generate an image with support for SSB and MIPS32 R1 instruction set.

endif
OpenPOWER on IntegriCloud