mtd/drivers/mtd/nand Kconfig,1.24,1.25

David Woodhouse dwmw2 at infradead.org
Mon Nov 29 17:40:48 EST 2004


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

Modified Files:
	Kconfig 
Log Message:
The patch below switches options to use select where appropriate.
Signed-off-by: Adrian Bunk <bunk at stusta.de>


Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/Kconfig,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- Kconfig	26 Nov 2004 12:28:22 -0000	1.24
+++ Kconfig	29 Nov 2004 22:40:45 -0000	1.25
@@ -7,6 +7,7 @@
 config MTD_NAND
 	tristate "NAND Device Support"
 	depends on MTD
+	select MTD_NAND_IDS
 	help
 	  This enables support for accessing all type of NAND flash
 	  devices. For further information see
@@ -56,8 +57,6 @@
 
 config MTD_NAND_IDS
 	tristate
-	default y if MTD_NAND = y || MTD_DOC2000 = y || MTD_DOC2001 = y || MTD_DOC2001PLUS = y
-	default m if MTD_NAND = m || MTD_DOC2000 = m || MTD_DOC2001 = m || MTD_DOC2001PLUS = m
 
 config MTD_NAND_TX4925NDFMC
 	tristate "SmartMedia Card on Toshiba RBTX4925 reference board"





More information about the linux-mtd-cvs mailing list