summaryrefslogtreecommitdiffstats
path: root/drivers/spi/Kconfig
diff options
context:
space:
mode:
authorJaedon Shin <jaedon.shin@gmail.com>2016-12-30 01:30:00 -0500
committerMark Brown <broonie@kernel.org>2016-12-31 13:22:30 -0500
commit279e4af7b4bebc6a5bf2d0e5b3209f3dcea94a19 (patch)
treee89c5986759fe82349eee4d65e6929cfb9a6d3b1 /drivers/spi/Kconfig
parentfafd67940774733fa97f4b09412aea6981b82e0a (diff)
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
162 162
163config SPI_BCM_QSPI 163config SPI_BCM_QSPI
164 tristate "Broadcom BSPI and MSPI controller support" 164 tristate "Broadcom BSPI and MSPI controller support"
165 depends on ARCH_BRCMSTB || ARCH_BCM || ARCH_BCM_IPROC || COMPILE_TEST 165 depends on ARCH_BRCMSTB || ARCH_BCM || ARCH_BCM_IPROC || \
166 BMIPS_GENERIC || COMPILE_TEST
166 default ARCH_BCM_IPROC 167 default ARCH_BCM_IPROC
167 help 168 help
168 Enables support for the Broadcom SPI flash and MSPI controller. 169 Enables support for the Broadcom SPI flash and MSPI controller.