ssb: add GPIO driver
[deliverable/linux.git] / arch / mips / bcm47xx / Kconfig
CommitLineData
a656ffcb
HM
1if BCM47XX
2
3config 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
c1d1c5d4
HM
18config 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
b96b62db 24 select BCMA_HOST_PCI if PCI
c1d1c5d4
HM
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
a656ffcb 32endif
This page took 0.186749 seconds and 5 git commands to generate.