diff options
author | Jonathan McDowell <noodles@earth.li> | 2006-05-21 18:11:55 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-05-21 18:11:55 +0100 |
commit | 3d12c0c75db0cd85beb11c4e2d86a49cabe3cfff (patch) | |
tree | 5ca5abdf22e5b9887ea3665fd14c9a91c7c77d0b /drivers/mtd/nand/Makefile | |
parent | 6c8b44abc86a3e23dd1a22c0ee187f06bd7c7f5d (diff) | |
download | op-kernel-dev-3d12c0c75db0cd85beb11c4e2d86a49cabe3cfff.zip op-kernel-dev-3d12c0c75db0cd85beb11c4e2d86a49cabe3cfff.tar.gz |
[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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile index 0741d73..3347508 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 |