diff options
author | Cyrille Pitchen <cyrille.pitchen@atmel.com> | 2016-06-13 17:10:26 +0200 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2016-07-15 17:43:45 -0700 |
commit | 161aaab8a067a96b686e2429a72bfd92f6aaf363 (patch) | |
tree | 6dbdd5d061ab03a7630909a8b5fdec71aaa0387a /drivers/mtd/spi-nor/Makefile | |
parent | de3bfc4a16165cfc5f1504981f836d39a5f39a64 (diff) |
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/Makefile | 1 |
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 |