mtd/drivers/mtd/nand Kconfig,1.1,1.2

gleixner at infradead.org gleixner at infradead.org
Tue Nov 26 19:16:35 EST 2002


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

Modified Files:
	Kconfig 
Log Message:
make it work, Kconfig is really great

Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/Kconfig,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Kconfig	26 Nov 2002 22:31:23 -0000	1.1
+++ Kconfig	27 Nov 2002 00:16:32 -0000	1.2
@@ -10,8 +10,8 @@
 	help
 	  This enables support for accessing all type of NAND flash
 	  devices with an 8-bit data bus interface. For further 
-	  information see www.linux-mtd.infradead.org/tech/nand.html
-	  
+	  information see www.linux-mtd.infradead.org/tech/nand.html.
+
 config MTD_NAND_VERIFY_WRITE
 	bool "Verify NAND page writes"
 	depends on MTD_NAND
@@ -24,14 +24,14 @@
 
 config MTD_NAND_AUTCPU12
 	tristate "SmartMediaCard on autronix autcpu12 board"
-	depends on MTD_NAND && ARCH_AUTCPU12 && MTD_NAND
+	depends on ARM && MTD_NAND && ARCH_AUTCPU12
 	help
 	  This enables the driver for the autronix autcpu12 board to 
 	  access the SmartMediaCard.
 
 config MTD_NAND_EDB7312
 	tristate "Support for Cirrus Logic EBD7312 evaluation board"
-	depends on MTD_NAND && ARCH_EDB7312 && MTD_NAND
+	depends on ARM && MTD_NAND && ARCH_EDB7312
 	help
 	  This enables the driver for the Cirrus Logic EBD7312 evaluation 
 	  board to access the onboard NAND Flash.





More information about the linux-mtd-cvs mailing list