mtd/drivers/mtd/maps edb7312.c,NONE,1.1 Config.in,1.29,1.30 Makefile,1.22,1.23
Marius Groeger
mag at infradead.org
Tue Apr 30 09:12:07 EDT 2002
Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv13001/drivers/mtd/maps
Modified Files:
Config.in Makefile
Added Files:
edb7312.c
Log Message:
Add support for EDB7312 NOR Flash
Add Configure.help entry for EDB7312 NAND/NOR Flash
***** Error reading new file: [Errno 2] No such file or directory: 'edb7312.c'
Index: Config.in
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Config.in,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- Config.in 12 Apr 2002 20:48:30 -0000 1.29
+++ Config.in 30 Apr 2002 13:12:04 -0000 1.30
@@ -78,6 +78,7 @@
dep_tristate ' CFI Flash device mapped on the XScale IQ80310 board' CONFIG_MTD_IQ80310 $CONFIG_MTD_CFI $CONFIG_ARCH_IQ80310
dep_tristate ' CFI Flash device mapped on Epxa10db' CONFIG_MTD_EPXA10DB $CONFIG_MTD_CFI $CONFIG_MTD_PARTITIONS $CONFIG_ARCH_CAMELOT
dep_tristate ' NV-RAM mapping AUTCPU12 board' CONFIG_MTD_AUTCPU12 $CONFIG_ARCH_AUTCPU12
+ dep_tristate ' CFI Flash device mapped on EDB7312' CONFIG_MTD_EDB7312 $CONFIG_MTD_CFI
fi
if [ "$CONFIG_ALPHA" = "y" ]; then
dep_tristate ' Flash chip mapping on TSUNAMI' CONFIG_MTD_TSUNAMI $CONFIG_MTD_GENPROBE
Index: Makefile
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Makefile,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- Makefile 12 Apr 2002 20:48:31 -0000 1.22
+++ Makefile 30 Apr 2002 13:12:04 -0000 1.23
@@ -40,5 +40,6 @@
obj-$(CONFIG_MTD_PB1500) += pb1xxx-flash.o
obj-$(CONFIG_MTD_PB1100) += pb1xxx-flash.o
obj-$(CONFIG_MTD_AUTCPU12) += autcpu12-nvram.o
+obj-$(CONFIG_MTD_EDB7312) += edb7312.o
include $(TOPDIR)/Rules.make
More information about the linux-mtd-cvs
mailing list