On Thursday 30 June 2011 00:11:57 Hauke Mehrtens wrote: > This patch add support for the bcma bus. Broadcom uses only Mips 74K > CPUs on the new SoC and on the old ons using ssb bus there are no Mips > 74K CPUs. > > Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> > --- > arch/mips/bcm47xx/Kconfig | 13 ++++++ > arch/mips/bcm47xx/gpio.c | 22 +++++++++++ > arch/mips/bcm47xx/nvram.c | 10 +++++ > arch/mips/bcm47xx/serial.c | 29 ++++++++++++++ > arch/mips/bcm47xx/setup.c | 53 > +++++++++++++++++++++++++- arch/mips/bcm47xx/time.c | > 5 ++ > arch/mips/include/asm/mach-bcm47xx/bcm47xx.h | 8 ++++ > arch/mips/include/asm/mach-bcm47xx/gpio.h | 41 ++++++++++++++++++++ > drivers/watchdog/bcm47xx_wdt.c | 11 +++++ > 9 files changed, 190 insertions(+), 2 deletions(-) > > diff --git a/arch/mips/bcm47xx/Kconfig b/arch/mips/bcm47xx/Kconfig > index 443d918..85ca1f5 100644 > --- a/arch/mips/bcm47xx/Kconfig > +++ b/arch/mips/bcm47xx/Kconfig > @@ -15,4 +15,17 @@ config BCM47XX_SSB > > This will generate an image with support for SSB and MIPS32 R2 > instruction set. > > +config BCM47XX_BCMA > + bool "SSB Support for Broadcom BCM47XX" and "BCMA support for Broadcom BCM47XX" here?