Commit 74d77cde authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] fix MTD_BLOCK2MTD dependency

The patch below fixes an obviously wrong dependency.
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent de29ee9f
...@@ -127,7 +127,7 @@ config MTD_BLKMTD ...@@ -127,7 +127,7 @@ config MTD_BLKMTD
config MTD_BLOCK2MTD config MTD_BLOCK2MTD
tristate "MTD using block device (rewrite)" tristate "MTD using block device (rewrite)"
depends on MTD || EXPERIMENTAL depends on MTD && EXPERIMENTAL
help help
This driver is basically the same at MTD_BLKMTD above, but This driver is basically the same at MTD_BLKMTD above, but
experienced some interface changes plus serious speedups. In experienced some interface changes plus serious speedups. In
......
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