Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1272031
| From | Yuan Yao <yao.yuan@freescale.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 4/5] mtd: spi-nor: fsl-quadspi: add support for layerscape |
| Date | 2015-11-18 10:30 +0100 |
| Message-ID | <qw7dT-10j-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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@freescale.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 1368221..9373141 100644 --- a/drivers/mtd/spi-nor/Kconfig +++ b/drivers/mtd/spi-nor/Kconfig @@ -23,7 +23,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. -- 2.1.0.27.g96db324 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 4/5] mtd: spi-nor: fsl-quadspi: add support for layerscape Yuan Yao <yao.yuan@freescale.com> - 2015-11-18 10:30 +0100 RE: [PATCH 4/5] mtd: spi-nor: fsl-quadspi: add support for layerscape Yao Yuan <yao.yuan@freescale.com> - 2015-11-26 08:20 +0100
csiph-web