mtd/drivers/mtd/maps Kconfig,1.40,1.41

David Woodhouse dwmw2 at infradead.org
Wed Jan 5 07:42:26 EST 2005


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

Modified Files:
	Kconfig 
Log Message:
[2.6 patch] add missing dependencies on MTD_PARTITIONS

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


Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Kconfig,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- Kconfig	9 Dec 2004 20:01:05 -0000	1.40
+++ Kconfig	5 Jan 2005 12:42:24 -0000	1.41
@@ -159,7 +159,7 @@
 
 config MTD_SCx200_DOCFLASH
 	tristate "Flash device mapped with DOCCS on NatSemi SCx200"
-	depends on X86 && MTD_CFI
+	depends on X86 && MTD_CFI && MTD_PARTITIONS
 	help
 	  Enable support for a flash chip mapped using the DOCCS signal on a
 	  National Semiconductor SCx200 processor.





More information about the linux-mtd-cvs mailing list