mtd/drivers/mtd/nand Kconfig,1.29,1.30

Artem Bityuckiy dedekind at infradead.org
Mon May 23 08:59:43 EDT 2005


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

Modified Files:
	Kconfig 
Log Message:
Fix parameter comments.


Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/Kconfig,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- Kconfig	23 May 2005 12:51:04 -0000	1.29
+++ Kconfig	23 May 2005 12:59:40 -0000	1.30
@@ -268,14 +268,17 @@
 	depends on MTD_NAND_NANDSIM_DELAY
 
 config MTD_NAND_NANDSIM_OUTPUT_CYCLE
-	int "Word output (from flash) cicle time (nanoseconds)"
+	int "Word output (from flash) time (nanoseconds)"
 	default 40
 	depends on MTD_NAND_NANDSIM_DELAY
-	 
+	help
+	  For 16 bit devices word is 2 bytes, for 8 bit devices - 1 byte
 
 config MTD_NAND_NANDSIM_INPUT_CYCLE
 	int "Word input (to flash) time (nanoseconds)"
 	default 50
 	depends on MTD_NAND_NANDSIM_DELAY
+	help
+	  For 16 bit devices word is 2 bytes, for 8 bit devices - 1 byte
 	
 endmenu





More information about the linux-mtd-cvs mailing list