From: Aurelien Jarno Add a BCM947XX option to Kconfig. Cc: Michael Buesch Cc: Felix Fietkau Cc: Florian Schirmer Signed-off-by: Aurelien Jarno Cc: Ralf Baechle Signed-off-by: Andrew Morton --- arch/mips/Kconfig | 14 ++++++++++++++ 1 files changed, 14 insertions(+) diff -puN arch/mips/Kconfig~rfc-add-bcm947xx-to-kconfig arch/mips/Kconfig --- a/arch/mips/Kconfig~rfc-add-bcm947xx-to-kconfig +++ a/arch/mips/Kconfig @@ -45,6 +45,20 @@ config BASLER_EXCITE_PROTOTYPE note that a kernel built with this option selected will not be able to run on normal units. +config BCM947XX + bool "BCM947xx based boards" + select DMA_NONCOHERENT + select HW_HAS_PCI + select IRQ_CPU + select SYS_HAS_CPU_MIPS32_R1 + select SYS_SUPPORTS_32BIT_KERNEL + select SYS_SUPPORTS_LITTLE_ENDIAN + select SSB + select SSB_DRIVER_MIPS + select GENERIC_GPIO + help + Support for BCM947xx based boards + config MIPS_COBALT bool "Cobalt Server" select DMA_NONCOHERENT _