mtd/drivers/mtd/nand edb7312.c,NONE,1.1 Config.in,1.7,1.8 Makefile,1.6,1.7
Marius Groeger
mag at infradead.org
Tue Apr 30 05:34:19 EDT 2002
Update of /home/cvs/mtd/drivers/mtd/nand
In directory phoenix.infradead.org:/tmp/cvs-serv7602
Modified Files:
Config.in Makefile
Added Files:
edb7312.c
Log Message:
Add NAND driver for Cogent EDB7312
***** Error reading new file: [Errno 2] No such file or directory: 'edb7312.c'
Index: Config.in
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/Config.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Config.in 6 Apr 2002 08:23:05 -0000 1.7
+++ Config.in 30 Apr 2002 09:34:16 -0000 1.8
@@ -23,4 +23,8 @@
dep_tristate ' SmartMedia Card on AUTCPU12 board' CONFIG_MTD_NAND_AUTCPU12 $CONFIG_MTD_NAND
fi
+if [ "$CONFIG_ARCH_EDB7312" = "y" ]; then
+ dep_tristate ' NAND Flash device on EDP7312 board' CONFIG_MTD_NAND_EDB7312 $CONFIG_MTD_NAND
+fi
+
endmenu
Index: Makefile
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile 30 Jan 2002 15:10:24 -0000 1.6
+++ Makefile 30 Apr 2002 09:34:16 -0000 1.7
@@ -13,5 +13,6 @@
obj-$(CONFIG_MTD_NAND) += $(nandobjs-y)
obj-$(CONFIG_MTD_NAND_SPIA) += spia.o
obj-$(CONFIG_MTD_NAND_AUTCPU12) += autcpu12.o
+obj-$(CONFIG_MTD_NAND_EDB7312) += edb7312.o
include $(TOPDIR)/Rules.make
More information about the linux-mtd-cvs
mailing list