summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor
diff options
context:
space:
mode:
authorYao Yuan <yao.yuan@freescale.com>2016-01-26 15:23:57 +0800
committerBrian Norris <computersforpeace@gmail.com>2016-03-07 11:46:44 -0800
commita578c4f9ebe0ae781a69a68255b06b35aab6e5fe (patch)
tree8d7d9653686b8e012408f36f2f92091756ee3044 /drivers/mtd/spi-nor
parente8c034b2fbe57f56c3902187f844f41d295b5159 (diff)
downloadlinux-0-day-a578c4f9ebe0ae781a69a68255b06b35aab6e5fe.tar.gz
linux-0-day-a578c4f9ebe0ae781a69a68255b06b35aab6e5fe.tar.xz
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 3392a97ef55d1..d42c98e1f581a 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.