mtd/drivers/mtd/nand au1550nd.c,NONE,1.1 Kconfig,1.6,1.7
Makefile.common,1.4,1.5
ppopov at infradead.org
ppopov at infradead.org
Thu Mar 4 01:59:51 EST 2004
Update of /home/cvs/mtd/drivers/mtd/nand
In directory phoenix.infradead.org:/tmp/cvs-serv7184/drivers/mtd/nand
Modified Files:
Kconfig Makefile.common
Added Files:
au1550nd.c
Log Message:
Added Au1550 NAND support. Patch sent by Embedded Edge, LLC.
***** Error reading new file: [Errno 2] No such file or directory: 'au1550nd.c'
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/Kconfig,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Kconfig 4 Nov 2003 22:59:11 -0000 1.6
+++ Kconfig 4 Mar 2004 06:59:48 -0000 1.7
@@ -66,6 +66,10 @@
help
This enables the driver for the NAND flash device found on the
Toshiba RBTX4938 reference board.
+
+config MTD_NAND_AU1550
+ tristate "Au1550 NAND support"
+ depends on CONFIG_SOC_AU1550 && MTD_NAND
endmenu
Index: Makefile.common
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/Makefile.common,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile.common 4 Nov 2003 22:59:11 -0000 1.4
+++ Makefile.common 4 Mar 2004 06:59:48 -0000 1.5
@@ -15,6 +15,7 @@
obj-$(CONFIG_MTD_NAND_EDB7312) += edb7312.o
obj-$(CONFIG_MTD_NAND_TX4925NDFMC) += tx4925ndfmc.o
obj-$(CONFIG_MTD_NAND_TX4938NDFMC) += tx4938ndfmc.o
+obj-$(CONFIG_MTD_NAND_AU1550) += au1550nd.o
obj-$(CONFIG_MTD_NAND_IDS) += nand_ids.o
-include $(TOPDIR)/Rules.make
More information about the linux-mtd-cvs
mailing list