summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor
diff options
context:
space:
mode:
authorYao Yuan2016-01-26 08:23:57 +0100
committerBrian Norris2016-03-07 20:46:44 +0100
commita578c4f9ebe0ae781a69a68255b06b35aab6e5fe (patch)
tree8d7d9653686b8e012408f36f2f92091756ee3044 /drivers/mtd/spi-nor
parentmtd: spi-nor: fsl-quadspi: add support for ls1021a (diff)
downloadkernel-qcow2-linux-a578c4f9ebe0ae781a69a68255b06b35aab6e5fe.tar.gz
kernel-qcow2-linux-a578c4f9ebe0ae781a69a68255b06b35aab6e5fe.tar.xz
kernel-qcow2-linux-a578c4f9ebe0ae781a69a68255b06b35aab6e5fe.zip
mtd: spi-nor: fsl-quadspi: add support for layerscape
LS1043a and LS2080A in the Layerscape family also support Freescale Quad SPI, make Quad SPI selectable for these hardwares. Signed-off-by: Yuan Yao <yao.yuan@nxp.com> Acked-by: Han xu <han.xu@nxp.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mtd/spi-nor')
-rw-r--r--drivers/mtd/spi-nor/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/spi-nor/Kconfig b/drivers/mtd/spi-nor/Kconfig
index 3392a97ef55d..d42c98e1f581 100644
--- a/drivers/mtd/spi-nor/Kconfig
+++ b/drivers/mtd/spi-nor/Kconfig
@@ -31,7 +31,7 @@ config MTD_SPI_NOR_USE_4K_SECTORS
config SPI_FSL_QUADSPI
tristate "Freescale Quad SPI controller"
- depends on ARCH_MXC || SOC_LS1021A || COMPILE_TEST
+ depends on ARCH_MXC || SOC_LS1021A || ARCH_LAYERSCAPE || COMPILE_TEST
depends on HAS_IOMEM
help
This enables support for the Quad SPI controller in master mode.