mtd/drivers/mtd/devices Kconfig,1.15,1.16

David Woodhouse dwmw2 at infradead.org
Thu Jan 6 10:15:51 EST 2005


Update of /home/cvs/mtd/drivers/mtd/devices
In directory phoenix.infradead.org:/tmp/cvs-serv6580

Modified Files:
	Kconfig 
Log Message:
The patch below fixes an obviously wrong dependency coming from Linus' 
tree.


Signed-off-by: Adrian Bunk <bunk at stusta.de>


Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/devices/Kconfig,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- Kconfig	22 Dec 2004 17:51:15 -0000	1.15
+++ Kconfig	6 Jan 2005 15:15:47 -0000	1.16
@@ -127,7 +127,7 @@
 
 config MTD_BLOCK2MTD
 	tristate "MTD using block device (rewrite)"
-	depends on MTD || EXPERIMENTAL
+	depends on MTD && EXPERIMENTAL
 	help
 	  This driver is basically the same at MTD_BLKMTD above, but
 	  experienced some interface changes plus serious speedups.  In





More information about the linux-mtd-cvs mailing list