Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25516
b: refs/heads/master
c: acc8dad
h: refs/heads/master
v: v3
  • Loading branch information
Joern Engel authored and Linus Torvalds committed Apr 11, 2006
1 parent 949d0ca commit be87c77
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 832 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f5e902817fee1589badca1284f49eecc0ef0c200
refs/heads/master: acc8dadc0b3f007e6e60da77feb2efe2a19c5cda
13 changes: 2 additions & 11 deletions trunk/drivers/mtd/devices/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ config MTDRAM_ABS_POS
allocating space from Linux's available memory. Otherwise, leave
this set to zero. Most people will want to leave this as zero.

config MTD_BLKMTD
tristate "MTD emulation using block device"
config MTD_BLOCK2MTD
tristate "MTD using block device"
depends on MTD
help
This driver allows a block device to appear as an MTD. It would
Expand All @@ -141,15 +141,6 @@ config MTD_BLKMTD
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
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/mtd/devices/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ obj-$(CONFIG_MTD_PMC551) += pmc551.o
obj-$(CONFIG_MTD_MS02NV) += ms02-nv.o
obj-$(CONFIG_MTD_MTDRAM) += mtdram.o
obj-$(CONFIG_MTD_LART) += lart.o
obj-$(CONFIG_MTD_BLKMTD) += blkmtd.o
obj-$(CONFIG_MTD_BLOCK2MTD) += block2mtd.o
obj-$(CONFIG_MTD_DATAFLASH) += mtd_dataflash.o
obj-$(CONFIG_MTD_M25P80) += m25p80.o
Loading

0 comments on commit be87c77

Please sign in to comment.