spi: bcm-qspi: Enable the driver on BMIPS_GENERIC
authorJaedon Shin <[email protected]>
Fri, 30 Dec 2016 06:30:00 +0000 (15:30 +0900)
committerMark Brown <[email protected]>
Sat, 31 Dec 2016 18:22:30 +0000 (18:22 +0000)
The Broadcom BCM7XXX ARM and MIPS based SoCs share a similar hardware
block for SPI.

Signed-off-by: Jaedon Shin <[email protected]>
Acked-by: Florian Fainelli <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
drivers/spi/Kconfig

index ec4aa252d6e8c1c761a47246851ad2645382516e..c982a01022ba79209163457e73377222e280319c 100644 (file)
@@ -162,7 +162,8 @@ config SPI_BCM63XX_HSSPI
 
 config SPI_BCM_QSPI
        tristate "Broadcom BSPI and MSPI controller support"
-       depends on ARCH_BRCMSTB || ARCH_BCM || ARCH_BCM_IPROC || COMPILE_TEST
+       depends on ARCH_BRCMSTB || ARCH_BCM || ARCH_BCM_IPROC || \
+                       BMIPS_GENERIC || COMPILE_TEST
        default ARCH_BCM_IPROC
        help
          Enables support for the Broadcom SPI flash and MSPI controller.