summaryrefslogtreecommitdiffstats
path: root/drivers/spi/Kconfig
diff options
context:
space:
mode:
authorYuan Yao2015-10-28 10:41:59 +0100
committerMark Brown2015-10-30 02:25:53 +0100
commit5a60adafb95263d63dfaaf7168680c4b7e50b370 (patch)
tree2b54895940f95f9eb7e6160146f0e0ef5e2c39b8 /drivers/spi/Kconfig
parentspi: spi-fsl-dspi: Remove duplicated register write (diff)
downloadkernel-qcow2-linux-5a60adafb95263d63dfaaf7168680c4b7e50b370.tar.gz
kernel-qcow2-linux-5a60adafb95263d63dfaaf7168680c4b7e50b370.tar.xz
kernel-qcow2-linux-5a60adafb95263d63dfaaf7168680c4b7e50b370.zip
spi: Add DSPI support for layerscape family
LS1043a and LS2080A in the Layerscape family also support DSPI, make DSPI selectable for these hardwares. Signed-off-by: Yuan Yao <yao.yuan@freescale.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r--drivers/spi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 4887f317ea58..bb41bd54ac0a 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -304,7 +304,7 @@ config SPI_FSL_SPI
config SPI_FSL_DSPI
tristate "Freescale DSPI controller"
select REGMAP_MMIO
- depends on SOC_VF610 || SOC_LS1021A || COMPILE_TEST
+ depends on SOC_VF610 || SOC_LS1021A || ARCH_LAYERSCAPE || COMPILE_TEST
help
This enables support for the Freescale DSPI controller in master
mode. VF610 platform uses the controller.