License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / mips / bcm47xx / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
a656ffcb
HM
2if BCM47XX
3
4config BCM47XX_SSB
5 bool "SSB Support for Broadcom BCM47XX"
75d5f429 6 select SYS_HAS_CPU_BMIPS32_3300
a656ffcb 7 select SSB
845da6e5 8 select SSB_HOST_SOC
a656ffcb
HM
9 select SSB_DRIVER_MIPS
10 select SSB_DRIVER_EXTIF
11 select SSB_EMBEDDED
12 select SSB_B43_PCI_BRIDGE if PCI
b26d9ac7 13 select SSB_DRIVER_PCICORE if PCI
a656ffcb 14 select SSB_PCICORE_HOSTMODE if PCI
2da4c74d 15 select SSB_DRIVER_GPIO
a656ffcb
HM
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
c1d1c5d4
HM
22config BCM47XX_BCMA
23 bool "BCMA Support for Broadcom BCM47XX"
24 select SYS_HAS_CPU_MIPS32_R2
ce01cbef 25 select SYS_SUPPORTS_HIGHMEM
0ded1bec 26 select CPU_MIPSR2_IRQ_VI
c1d1c5d4
HM
27 select BCMA
28 select BCMA_HOST_SOC
29 select BCMA_DRIVER_MIPS
30 select BCMA_DRIVER_PCI_HOSTMODE if PCI
2da4c74d 31 select BCMA_DRIVER_GPIO
c1d1c5d4
HM
32 default y
33 help
34 Add support for new Broadcom BCM47xx boards with Broadcom specific Advanced Microcontroller Bus.
35
36 This will generate an image with support for BCMA and MIPS32 R2 instruction set.
37
a656ffcb 38endif