Commit f3ff5842 authored by Jorn Engel's avatar Jorn Engel Committed by David Woodhouse

[MTD] New blockdev-backed 'fake' MTD device.

Rewritten alternative driver by Gareth Bult and Jörn Engel.
Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 7865f699
# drivers/mtd/maps/Kconfig # drivers/mtd/maps/Kconfig
# $Id: Kconfig,v 1.14 2004/11/29 22:40:45 dwmw2 Exp $ # $Id: Kconfig,v 1.15 2004/12/22 17:51:15 joern Exp $
menu "Self-contained MTD device drivers" menu "Self-contained MTD device drivers"
depends on MTD!=n depends on MTD!=n
...@@ -125,6 +125,15 @@ config MTD_BLKMTD ...@@ -125,6 +125,15 @@ config MTD_BLKMTD
Testing MTD users (eg JFFS2) on large media and media that might Testing MTD users (eg JFFS2) on large media and media that might
be removed during a write (using the floppy drive). 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" comment "Disk-On-Chip Device Drivers"
config MTD_DOC2000 config MTD_DOC2000
......
# #
# linux/drivers/devices/Makefile # linux/drivers/devices/Makefile
# #
# $Id: Makefile.common,v 1.6 2004/07/12 16:07:30 dwmw2 Exp $ # $Id: Makefile.common,v 1.7 2004/12/22 17:51:15 joern Exp $
# *** BIG UGLY NOTE *** # *** BIG UGLY NOTE ***
# #
...@@ -22,3 +22,4 @@ obj-$(CONFIG_MTD_MS02NV) += ms02-nv.o ...@@ -22,3 +22,4 @@ obj-$(CONFIG_MTD_MS02NV) += ms02-nv.o
obj-$(CONFIG_MTD_MTDRAM) += mtdram.o obj-$(CONFIG_MTD_MTDRAM) += mtdram.o
obj-$(CONFIG_MTD_LART) += lart.o obj-$(CONFIG_MTD_LART) += lart.o
obj-$(CONFIG_MTD_BLKMTD) += blkmtd.o obj-$(CONFIG_MTD_BLKMTD) += blkmtd.o
obj-$(CONFIG_MTD_BLOCK2MTD) += block2mtd.o
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment