mtd/drivers/mtd/nand Kconfig,1.8,1.9

gleixner at infradead.org gleixner at infradead.org
Thu Mar 18 04:30:39 EST 2004


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

Modified Files:
	Kconfig 
Log Message:
Add ppcchameleon board driver, fix depend on for AU1550 and Toshiba boards

Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/Kconfig,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Kconfig	4 Mar 2004 07:03:24 -0000	1.8
+++ Kconfig	18 Mar 2004 09:30:36 -0000	1.9
@@ -55,24 +55,29 @@
 
 config MTD_NAND_TX4925NDFMC
 	tristate "SmartMedia Card on Toshiba RBTX4925 reference board"
-	depends on CONFIG_TOSHIBA_RBTX4925 && MTD_NAND && CONFIG_TOSHIBA_RBTX4925_MPLEX_NAND
+	depends on TOSHIBA_RBTX4925 && MTD_NAND && TOSHIBA_RBTX4925_MPLEX_NAND
 	help
 	  This enables the driver for the NAND flash device found on the
 	  Toshiba RBTX4925 reference board, which is a SmartMediaCard.
 
 config MTD_NAND_TX4938NDFMC
 	tristate "NAND Flash device on Toshiba RBTX4938 reference board"
-	depends on CONFIG_TOSHIBA_RBTX4938 && MTD_NAND && CONFIG_TOSHIBA_RBTX4938_MPLEX_NAND 
+	depends on TOSHIBA_RBTX4938 && MTD_NAND && TOSHIBA_RBTX4938_MPLEX_NAND 
 	help
 	  This enables the driver for the NAND flash device found on the
 	  Toshiba RBTX4938 reference board.
 
 config MTD_NAND_AU1550
 	tristate "Au1550 NAND support"
-	depends on CONFIG_SOC_AU1550 && MTD_NAND
+	depends on SOC_AU1550 && MTD_NAND
 	help
 	  This enables the driver for the NAND flash controller on the
 	  AMD/Alchemy 1550 SOC.
-	
+
+config MTD_NAND_PPCHAMELEONEVB
+	tristate "NAND Flash device on PPChameleonEVB board"
+	depends on PPCHAMELEONEVB && MTD_NAND
+	help
+	  This enables the NAND flash driver on the PPChameleon EVB Board.	
 endmenu
 




More information about the linux-mtd-cvs mailing list