diff options
Diffstat (limited to 'arch/mips/bcm47xx/Kconfig')
-rw-r--r-- | arch/mips/bcm47xx/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/mips/bcm47xx/Kconfig b/arch/mips/bcm47xx/Kconfig index 0346f92d12a2..6210b8d84109 100644 --- a/arch/mips/bcm47xx/Kconfig +++ b/arch/mips/bcm47xx/Kconfig | |||
@@ -15,4 +15,17 @@ config BCM47XX_SSB | |||
15 | 15 | ||
16 | This will generate an image with support for SSB and MIPS32 R1 instruction set. | 16 | This will generate an image with support for SSB and MIPS32 R1 instruction set. |
17 | 17 | ||
18 | config BCM47XX_BCMA | ||
19 | bool "BCMA Support for Broadcom BCM47XX" | ||
20 | select SYS_HAS_CPU_MIPS32_R2 | ||
21 | select BCMA | ||
22 | select BCMA_HOST_SOC | ||
23 | select BCMA_DRIVER_MIPS | ||
24 | select BCMA_DRIVER_PCI_HOSTMODE if PCI | ||
25 | default y | ||
26 | help | ||
27 | Add support for new Broadcom BCM47xx boards with Broadcom specific Advanced Microcontroller Bus. | ||
28 | |||
29 | This will generate an image with support for BCMA and MIPS32 R2 instruction set. | ||
30 | |||
18 | endif | 31 | endif |