|
@@ -162,7 +162,8 @@ config SPI_BCM63XX_HSSPI
|
|
|
|
|
|
config SPI_BCM_QSPI
|
|
config SPI_BCM_QSPI
|
|
tristate "Broadcom BSPI and MSPI controller support"
|
|
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
|
|
default ARCH_BCM_IPROC
|
|
help
|
|
help
|
|
Enables support for the Broadcom SPI flash and MSPI controller.
|
|
Enables support for the Broadcom SPI flash and MSPI controller.
|