summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Makefile
diff options
context:
space:
mode:
authorJonathan McDowell <noodles@earth.li>2006-05-21 19:11:55 +0200
committerDavid Woodhouse <dwmw2@infradead.org>2006-05-21 19:11:55 +0200
commit3d12c0c75db0cd85beb11c4e2d86a49cabe3cfff (patch)
tree5ca5abdf22e5b9887ea3665fd14c9a91c7c77d0b /drivers/mtd/nand/Makefile
parent[MTD] Avoid 64-bit division in mtdconcat (diff)
downloadlinux-3d12c0c75db0cd85beb11c4e2d86a49cabe3cfff.tar.xz
linux-3d12c0c75db0cd85beb11c4e2d86a49cabe3cfff.zip
[MTD] Add Amstrad Delta NAND support
The patch below adds support for the NAND device on the Amstrad Delta. This is a 32MiB 8bit Toshiba device, with the data bus connected to the OMAP MPUIO pins and ALE, CLE, NCE, NRE, NWE and NWP all connected to the Delta's latch2 16bit latch. Signed-Off-By: Jonathan McDowell <noodles@earth.li> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
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 0741d739cb87..33475087dbff 100644
--- a/drivers/mtd/nand/Makefile
+++ b/drivers/mtd/nand/Makefile
@@ -7,6 +7,7 @@ obj-$(CONFIG_MTD_NAND) += nand.o nand_ecc.o
obj-$(CONFIG_MTD_NAND_IDS) += nand_ids.o
obj-$(CONFIG_MTD_NAND_SPIA) += spia.o
+obj-$(CONFIG_MTD_NAND_AMS_DELTA) += ams-delta.o
obj-$(CONFIG_MTD_NAND_TOTO) += toto.o
obj-$(CONFIG_MTD_NAND_AUTCPU12) += autcpu12.o
obj-$(CONFIG_MTD_NAND_EDB7312) += edb7312.o