Skip to content

Commit

Permalink
spi: bcm-qspi: Enable the driver on BMIPS_GENERIC
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jaedon authored and broonie committed Dec 31, 2016
1 parent fafd679 commit 279e4af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/spi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 279e4af

Please sign in to comment.