From: Yao Yuan Date: Tue, 26 Jan 2016 07:23:57 +0000 (+0800) Subject: mtd: spi-nor: fsl-quadspi: add support for layerscape X-Git-Tag: v4.6-rc1~18^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a578c4f9ebe0ae781a69a68255b06b35aab6e5fe;p=platform%2Fkernel%2Flinux-exynos.git 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 Acked-by: Han xu Signed-off-by: Brian Norris --- diff --git a/drivers/mtd/spi-nor/Kconfig b/drivers/mtd/spi-nor/Kconfig index 3392a97..d42c98e 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.