summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor/Makefile
diff options
context:
space:
mode:
authorCyrille Pitchen2016-06-13 17:10:26 +0200
committerBrian Norris2016-07-16 02:43:45 +0200
commit161aaab8a067a96b686e2429a72bfd92f6aaf363 (patch)
tree6dbdd5d061ab03a7630909a8b5fdec71aaa0387a /drivers/mtd/spi-nor/Makefile
parentmtd: nand: omap2: fix return value check in omap_nand_probe() (diff)
downloadkernel-qcow2-linux-161aaab8a067a96b686e2429a72bfd92f6aaf363.tar.gz
kernel-qcow2-linux-161aaab8a067a96b686e2429a72bfd92f6aaf363.tar.xz
kernel-qcow2-linux-161aaab8a067a96b686e2429a72bfd92f6aaf363.zip
mtd: atmel-quadspi: add driver for Atmel QSPI controller
This driver add support to the new Atmel QSPI controller embedded into sama5d2x SoCs. It expects a NOR memory to be connected to the QSPI controller. Signed-off-by: Cyrille Pitchen <cyrille.pitchen@atmel.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mtd/spi-nor/Makefile')
-rw-r--r--drivers/mtd/spi-nor/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/spi-nor/Makefile b/drivers/mtd/spi-nor/Makefile
index 8a6fa6970f37..896d32695d96 100644
--- a/drivers/mtd/spi-nor/Makefile
+++ b/drivers/mtd/spi-nor/Makefile
@@ -1,4 +1,5 @@
obj-$(CONFIG_MTD_SPI_NOR) += spi-nor.o
+obj-$(CONFIG_SPI_ATMEL_QUADSPI) += atmel-quadspi.o
obj-$(CONFIG_SPI_FSL_QUADSPI) += fsl-quadspi.o
obj-$(CONFIG_SPI_HISI_SFC) += hisi-sfc.o
obj-$(CONFIG_MTD_MT81xx_NOR) += mtk-quadspi.o