blob: d7af29f1fcf0079c7ccdcae5af9f0add4c8c2c80 [file] [log] [blame]
Hauke Mehrtensa656ffc2011-07-23 01:20:13 +02001if 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
Hauke Mehrtens2da4c742012-11-20 22:24:34 +000012 select SSB_DRIVER_GPIO
Hauke Mehrtensa656ffc2011-07-23 01:20:13 +020013 default y
14 help
15 Add support for old Broadcom BCM47xx boards with Sonics Silicon Backplane support.
16
17 This will generate an image with support for SSB and MIPS32 R1 instruction set.
18
Hauke Mehrtensc1d1c5d2011-07-23 01:20:14 +020019config BCM47XX_BCMA
20 bool "BCMA Support for Broadcom BCM47XX"
21 select SYS_HAS_CPU_MIPS32_R2
22 select BCMA
23 select BCMA_HOST_SOC
24 select BCMA_DRIVER_MIPS
Yoichi Yuasab96b62d2012-07-19 09:11:15 +020025 select BCMA_HOST_PCI if PCI
Hauke Mehrtensc1d1c5d2011-07-23 01:20:14 +020026 select BCMA_DRIVER_PCI_HOSTMODE if PCI
Hauke Mehrtens2da4c742012-11-20 22:24:34 +000027 select BCMA_DRIVER_GPIO
Hauke Mehrtensc1d1c5d2011-07-23 01:20:14 +020028 default y
29 help
30 Add support for new Broadcom BCM47xx boards with Broadcom specific Advanced Microcontroller Bus.
31
32 This will generate an image with support for BCMA and MIPS32 R2 instruction set.
33
Hauke Mehrtensa656ffc2011-07-23 01:20:13 +020034endif