diff options
author | Yao Yuan <yao.yuan@freescale.com> | 2016-01-26 15:23:57 +0800 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2016-03-07 11:46:44 -0800 |
commit | a578c4f9ebe0ae781a69a68255b06b35aab6e5fe (patch) | |
tree | 8d7d9653686b8e012408f36f2f92091756ee3044 /drivers/mtd/spi-nor/Kconfig | |
parent | e8c034b2fbe57f56c3902187f844f41d295b5159 (diff) | |
download | blackbird-op-linux-a578c4f9ebe0ae781a69a68255b06b35aab6e5fe.tar.gz blackbird-op-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/Kconfig')
-rw-r--r-- | drivers/mtd/spi-nor/Kconfig | 2 |
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. |