diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-05-11 22:35:28 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-05-11 22:35:28 +0100 |
commit | 179fdc3f8dec5757ddbebd95a1b493d65fa08671 (patch) | |
tree | 422f229859e847b5987ec7f0d757eecbdac2f6df /drivers/mtd/nand/Makefile | |
parent | b04ecae3d62edea2af49fd40ab12435b5ad8a492 (diff) |
[MTD] Basic NAND driver for AMD/NatSemi CS5535/CS5536 Geode companion chip
This lacks hardware ECC support and a few optimisations we're going to
want fairly soon, but it works well enough to mount and use JFFS2.
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 073705bc8c2..0741d739cb8 100644 --- a/drivers/mtd/nand/Makefile +++ b/drivers/mtd/nand/Makefile @@ -19,5 +19,6 @@ obj-$(CONFIG_MTD_NAND_RTC_FROM4) += rtc_from4.o obj-$(CONFIG_MTD_NAND_SHARPSL) += sharpsl.o obj-$(CONFIG_MTD_NAND_TS7250) += ts7250.o obj-$(CONFIG_MTD_NAND_NANDSIM) += nandsim.o +obj-$(CONFIG_MTD_NAND_CS553X) += cs553x_nand.o nand-objs = nand_base.o nand_bbt.o |