mtd/fs Kconfig,1.11,1.12
havasi at infradead.org
havasi at infradead.org
Fri Jan 21 05:55:44 EST 2005
Update of /home/cvs/mtd/fs
In directory phoenix.infradead.org:/tmp/cvs-serv20555/fs
Modified Files:
Kconfig
Log Message:
- two NOR specific summary fix
- a new kConfig option. if the user sets it the system will not check
the CRC of the summarized nodes. (marked as DANGEROUS)
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/fs/Kconfig,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Kconfig 21 Dec 2004 15:18:49 -0000 1.11
+++ Kconfig 21 Jan 2005 10:55:40 -0000 1.12
@@ -206,6 +206,17 @@
by the utility 'sumtool'.
If unsure, say 'N'.
+
+config JFFS3_SUMMARY_NOCRCCHECK
+ bool "JFFS3 no crc check for summarized nodes (EXPERIMENTAL) (DANGEROUS)"
+ depends on JFFS3_SUMMARY
+ default n
+ help
+ This feature makes it possible not to check CRC for summarized nodes
+ for faster mount. The disadvantage of it can be that it will be
+ harder to detect the flash hardware failures.
+
+ If unsure, say 'N'.
config JFFS3_COMPRESSION_OPTIONS
bool "Advanced compression options for JFFS3"
More information about the linux-mtd-cvs
mailing list