mtd/fs Kconfig,1.10,1.11

havasi at infradead.org havasi at infradead.org
Tue Dec 21 10:18:52 EST 2004


Update of /home/cvs/mtd/fs
In directory phoenix.infradead.org:/tmp/cvs-serv24573/fs

Modified Files:
	Kconfig 
Log Message:

Summary support for JFFS3.



Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/fs/Kconfig,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Kconfig	11 Dec 2004 17:25:01 -0000	1.10
+++ Kconfig	21 Dec 2004 15:18:49 -0000	1.11
@@ -194,6 +194,19 @@
 	     ECC for JFFS3. This type of flash chip is not common, however it is
 	     available from STMicro.
 
+config JFFS3_SUMMARY
+        bool "JFFS3 summary support (EXPERIMENTAL)" 
+        depends on JFFS3_FS
+        default n
+        help 
+          This feature makes it possible to use summary information
+          for faster filesystem mount - specially on NAND.
+
+          The summary information can be inserted into a filesystem image
+          by the utility 'sumtool'.
+
+          If unsure, say 'N'.
+
 config JFFS3_COMPRESSION_OPTIONS
 	bool "Advanced compression options for JFFS3"
 	default n
@@ -260,4 +273,3 @@
           result.
 
 endchoice
-





More information about the linux-mtd-cvs mailing list