summaryrefslogtreecommitdiffstats
path: root/drivers/spi/Kconfig
diff options
context:
space:
mode:
authorJaedon Shin <jaedon.shin@gmail.com>2016-12-30 15:30:00 +0900
committerMark Brown <broonie@kernel.org>2016-12-31 18:22:30 +0000
commit279e4af7b4bebc6a5bf2d0e5b3209f3dcea94a19 (patch)
treee89c5986759fe82349eee4d65e6929cfb9a6d3b1 /drivers/spi/Kconfig
parentfafd67940774733fa97f4b09412aea6981b82e0a (diff)
downloadlinux-279e4af7b4bebc6a5bf2d0e5b3209f3dcea94a19.tar.gz
linux-279e4af7b4bebc6a5bf2d0e5b3209f3dcea94a19.tar.xz
spi: bcm-qspi: Enable the driver on BMIPS_GENERIC
The Broadcom BCM7XXX ARM and MIPS based SoCs share a similar hardware block for SPI. Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r--drivers/spi/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index ec4aa252d6e8..c982a01022ba 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -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.