mtd/html/tech nand.html,1.2,1.3

gleixner at infradead.org gleixner at infradead.org
Thu Aug 1 05:25:48 EDT 2002


Update of /home/cvs/mtd/html/tech
In directory phoenix.infradead.org:/tmp/cvs-serv4513/mtd/html/tech

Modified Files:
	nand.html 
Log Message:
added info about configuration



Index: nand.html
===================================================================
RCS file: /home/cvs/mtd/html/tech/nand.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nand.html	1 Aug 2002 08:42:15 -0000	1.2
+++ nand.html	1 Aug 2002 09:25:45 -0000	1.3
@@ -272,6 +272,13 @@
 CONFIG_JFFS2_FS_DEBUG=0<br>
 CONFIG_JFFS2_FS_NAND=y</p>
 
+Make sure that fs/Config.in contains the following lines:
+dep_tristate 'Journalling Flash File System v2 (JFFS2) support' CONFIG_JFFS2_FS $CONFIG_MTD
+if [ "$CONFIG_JFFS2_FS" = "y" -o "$CONFIG_JFFS2_FS" = "m" ] ; then
+   int 'JFFS2 debugging verbosity (0 = quiet, 2 = noisy)' CONFIG_JFFS2_FS_DEBUG 0
+   bool 'JFFS2 support for NAND chips' CONFIG_JFFS2_FS_NAND
+fi
+
 <hr>
 <h2>FAQ</h2>
 <h4>Can I boot from NAND Flash?</h4>





More information about the linux-mtd-cvs mailing list