Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
[deliverable/linux.git] / arch / mips / bcm47xx / Kconfig
CommitLineData
a656ffcb
HM
1if BCM47XX
2
3config BCM47XX_SSB
4 bool "SSB Support for Broadcom BCM47XX"
75d5f429 5 select SYS_HAS_CPU_BMIPS32_3300
a656ffcb 6 select SSB
845da6e5 7 select SSB_HOST_SOC
a656ffcb
HM
8 select SSB_DRIVER_MIPS
9 select SSB_DRIVER_EXTIF
10 select SSB_EMBEDDED
11 select SSB_B43_PCI_BRIDGE if PCI
b26d9ac7 12 select SSB_DRIVER_PCICORE if PCI
a656ffcb 13 select SSB_PCICORE_HOSTMODE if PCI
2da4c74d 14 select SSB_DRIVER_GPIO
a656ffcb
HM
15 default y
16 help
17 Add support for old Broadcom BCM47xx boards with Sonics Silicon Backplane support.
18
19 This will generate an image with support for SSB and MIPS32 R1 instruction set.
20
c1d1c5d4
HM
21config BCM47XX_BCMA
22 bool "BCMA Support for Broadcom BCM47XX"
23 select SYS_HAS_CPU_MIPS32_R2
ce01cbef 24 select SYS_SUPPORTS_HIGHMEM
0ded1bec 25 select CPU_MIPSR2_IRQ_VI
c1d1c5d4
HM
26 select BCMA
27 select BCMA_HOST_SOC
28 select BCMA_DRIVER_MIPS
29 select BCMA_DRIVER_PCI_HOSTMODE if PCI
2da4c74d 30 select BCMA_DRIVER_GPIO
c1d1c5d4
HM
31 default y
32 help
33 Add support for new Broadcom BCM47xx boards with Broadcom specific Advanced Microcontroller Bus.
34
35 This will generate an image with support for BCMA and MIPS32 R2 instruction set.
36
a656ffcb 37endif
This page took 0.231369 seconds and 5 git commands to generate.