summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Makefile
diff options
context:
space:
mode:
authorPeter Pan2018-06-22 14:28:23 +0200
committerMiquel Raynal2018-07-18 09:24:10 +0200
commit7529df4652482c33ae1a99ee8189401146f13cb7 (patch)
tree59b956d4aff419fa891dfc921f1e09e4b896f8a7 /drivers/mtd/nand/Makefile
parentmtd: rawnand: provide only single helper function for ECC conf (diff)
downloadkernel-qcow2-linux-7529df4652482c33ae1a99ee8189401146f13cb7.tar.gz
kernel-qcow2-linux-7529df4652482c33ae1a99ee8189401146f13cb7.tar.xz
kernel-qcow2-linux-7529df4652482c33ae1a99ee8189401146f13cb7.zip
mtd: nand: Add core infrastructure to support SPI NANDs
Add a SPI NAND framework based on the generic NAND framework and the spi-mem infrastructure. In its current state, this framework supports the following features: - single/dual/quad IO modes - on-die ECC Signed-off-by: Peter Pan <peterpandong@micron.com> Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Diffstat (limited to 'drivers/mtd/nand/Makefile')
-rw-r--r--drivers/mtd/nand/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile
index 3f0cb87f1a57..7ecd80c0a66e 100644
--- a/drivers/mtd/nand/Makefile
+++ b/drivers/mtd/nand/Makefile
@@ -5,3 +5,4 @@ obj-$(CONFIG_MTD_NAND_CORE) += nandcore.o
obj-y += onenand/
obj-y += raw/
+obj-y += spi/