aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/Kconfig
diff options
context:
space:
mode:
authorKamal Dasu <kdasu.kdev@gmail.com>2016-08-24 18:04:23 -0400
committerMark Brown <broonie@kernel.org>2016-09-14 13:03:32 -0400
commitfa236a7ef24048bafaeed13f68df35a819794758 (patch)
treec3ecedbf4d13022f847aa5ef6866b7f4ee6a2650 /drivers/spi/Kconfig
parent5fc78f4c842aadb5bbe9d7033930e5b3afdffda6 (diff)
spi: bcm-qspi: Add Broadcom MSPI driver
Master SPI driver for Broadcom settop, iProc SoCs. The driver is used for devices that use SPI protocol on BRCMSTB, NSP, NS2 SoCs. SoC platform driver call exported porbe(), remove() and suspend/resume pm_ops implemented in this common driver. Signed-off-by: Kamal Dasu <kdasu.kdev@gmail.com> Signed-off-by: Yendapally Reddy Dhananjaya Reddy Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r--drivers/spi/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index d6fb8d4b7786..a1c86bd11db9 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -153,6 +153,16 @@ config SPI_BCM63XX_HSSPI
153 This enables support for the High Speed SPI controller present on 153 This enables support for the High Speed SPI controller present on
154 newer Broadcom BCM63XX SoCs. 154 newer Broadcom BCM63XX SoCs.
155 155
156config SPI_BCM_QSPI
157 tristate "Broadcom BSPI and MSPI controller support"
158 depends on ARCH_BRCMSTB || ARCH_BCM || ARCH_BCM_IPROC || COMPILE_TEST
159 default ARCH_BCM_IPROC
160 help
161 Enables support for the Broadcom SPI flash and MSPI controller.
162 Select this option for any one of BRCMSTB, iProc NSP and NS2 SoCs
163 based platforms. This driver works for both SPI master for spi-nor
164 flash device as well as MSPI device.
165
156config SPI_BITBANG 166config SPI_BITBANG
157 tristate "Utilities for Bitbanging SPI masters" 167 tristate "Utilities for Bitbanging SPI masters"
158 help 168 help