mtd/drivers/mtd/devices Kconfig,1.14,1.15 Makefile.common,1.6,1.7
joern at infradead.org
joern at infradead.org
Wed Dec 22 12:51:18 EST 2004
Update of /home/cvs/mtd/drivers/mtd/devices
In directory phoenix.infradead.org:/home/joern/mtd/drivers/mtd/devices
Modified Files:
Kconfig Makefile.common
Log Message:
Add Kconfig and Makefile entries for block2mtd.
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/devices/Kconfig,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- Kconfig 29 Nov 2004 22:40:45 -0000 1.14
+++ Kconfig 22 Dec 2004 17:51:15 -0000 1.15
@@ -125,6 +125,15 @@
Testing MTD users (eg JFFS2) on large media and media that might
be removed during a write (using the floppy drive).
+config MTD_BLOCK2MTD
+ tristate "MTD using block device (rewrite)"
+ depends on MTD || EXPERIMENTAL
+ help
+ This driver is basically the same at MTD_BLKMTD above, but
+ experienced some interface changes plus serious speedups. In
+ the long term, it should replace MTD_BLKMTD. Right now, you
+ shouldn't entrust important data to it yet.
+
comment "Disk-On-Chip Device Drivers"
config MTD_DOC2000
Index: Makefile.common
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/devices/Makefile.common,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile.common 12 Jul 2004 16:07:30 -0000 1.6
+++ Makefile.common 22 Dec 2004 17:51:15 -0000 1.7
@@ -22,3 +22,4 @@
obj-$(CONFIG_MTD_MTDRAM) += mtdram.o
obj-$(CONFIG_MTD_LART) += lart.o
obj-$(CONFIG_MTD_BLKMTD) += blkmtd.o
+obj-$(CONFIG_MTD_BLOCK2MTD) += block2mtd.o
More information about the linux-mtd-cvs
mailing list