mtd/drivers/mtd/nand Kconfig,1.25,1.26

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


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

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/nand/Kconfig,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- Kconfig	29 Nov 2004 22:40:45 -0000	1.25
+++ Kconfig	5 Jan 2005 12:42:24 -0000	1.26
@@ -198,7 +198,7 @@
  
  config MTD_NAND_NANDSIM
  	bool "Support for NAND Flash Simulator"
- 	depends on MTD_NAND
+ 	depends on MTD_NAND && MTD_PARTITIONS
 
 	help
 	  The simulator may simulate verious NAND flash chips for the





More information about the linux-mtd-cvs mailing list