]> nv-tegra.nvidia Code Review - linux-3.10.git/blob - arch/mips/bcm47xx/Kconfig
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-3.10.git] / arch / mips / bcm47xx / Kconfig
1 if BCM47XX
2
3 config BCM47XX_SSB
4         bool "SSB Support for Broadcom BCM47XX"
5         select SYS_HAS_CPU_MIPS32_R1
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_PCICORE_HOSTMODE if PCI
12         default y
13         help
14          Add support for old Broadcom BCM47xx boards with Sonics Silicon Backplane support.
15
16          This will generate an image with support for SSB and MIPS32 R1 instruction set.
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_HOST_PCI if PCI
25         select BCMA_DRIVER_PCI_HOSTMODE if PCI
26         default y
27         help
28          Add support for new Broadcom BCM47xx boards with Broadcom specific Advanced Microcontroller Bus.
29
30          This will generate an image with support for BCMA and MIPS32 R2 instruction set.
31
32 endif