mtd/drivers/mtd/maps impa7.c,NONE,1.1 Config.in,1.30,1.31 Makefile,1.23,1.24
Marius Groeger
mag at infradead.org
Tue Apr 30 11:11:50 EDT 2002
Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv20526/drivers/mtd/maps
Modified Files:
Config.in Makefile
Added Files:
impa7.c
Log Message:
Fix MODULES_DESCRIPTION for edb7312 nand driver
Add support for impementa impA7 flash
***** Error reading new file: [Errno 2] No such file or directory: 'impa7.c'
Index: Config.in
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Config.in,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- Config.in 30 Apr 2002 13:12:04 -0000 1.30
+++ Config.in 30 Apr 2002 15:11:47 -0000 1.31
@@ -79,6 +79,7 @@
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
+ dep_tristate ' JEDEC Flash device mapped on impA7' CONFIG_MTD_IMPA7 $CONFIG_MTD_JEDECPROBE
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.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- Makefile 30 Apr 2002 13:12:04 -0000 1.23
+++ Makefile 30 Apr 2002 15:11:47 -0000 1.24
@@ -41,5 +41,6 @@
obj-$(CONFIG_MTD_PB1100) += pb1xxx-flash.o
obj-$(CONFIG_MTD_AUTCPU12) += autcpu12-nvram.o
obj-$(CONFIG_MTD_EDB7312) += edb7312.o
+obj-$(CONFIG_MTD_IMPA7) += impa7.o
include $(TOPDIR)/Rules.make
More information about the linux-mtd-cvs
mailing list