mtd: spi-nor: fsl-quadspi: add support for layerscape

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Thu Mar 24 11:59:09 PDT 2016


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=a578c4f9ebe0ae781a69a68255b06b35aab6e5fe
Commit:     a578c4f9ebe0ae781a69a68255b06b35aab6e5fe
Parent:     e8c034b2fbe57f56c3902187f844f41d295b5159
Author:     Yao Yuan <yao.yuan at freescale.com>
AuthorDate: Tue Jan 26 15:23:57 2016 +0800
Committer:  Brian Norris <computersforpeace at gmail.com>
CommitDate: Mon Mar 7 11:46:44 2016 -0800

    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 at nxp.com>
    Acked-by: Han xu <han.xu at nxp.com>
    Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
 drivers/mtd/spi-nor/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.



More information about the linux-mtd-cvs mailing list