mtd/fs Kconfig,1.14,1.15

Andrew Victor pavlov at infradead.org
Wed Feb 9 09:25:17 EST 2005


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

Modified Files:
	Kconfig 
Log Message:
This patch replaces the current CONFIG_JFFS2_FS_NAND and
CONFIG_JFFS2_FS_NOR_ECC with a single configuration option - 
CONFIG_JFFS2_FS_WRITEBUFFER.

(This is now the same as in JFFS2)


Signed-off-by: Andrew Victor <andrew at sanpeople.com>



Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/fs/Kconfig,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- Kconfig	9 Feb 2005 09:23:53 -0000	1.14
+++ Kconfig	9 Feb 2005 14:25:13 -0000	1.15
@@ -158,28 +158,18 @@
 	  If reporting bugs, please try to have available a full dump of the
 	  messages at debug level 1 while the misbehaviour was occurring.
 
-config JFFS3_FS_NAND
-	bool "JFFS3 support for NAND flash"
-	depends on JFFS3_FS && EXPERIMENTAL
-	default n
+config JFFS3_FS_WRITEBUFFER
+	bool "JFFS3 write-buffering support"
+	depends on JFFS3_FS
+	default y
 	help
-	  This enables the experimental support for NAND flash in JFFS3. NAND
-	  is a newer type of flash chip design than the traditional NOR flash,
-	  with higher density but a handful of characteristics which make it
-	  more interesting for the file system to use. Support for NAND flash
-	  is not yet complete and may corrupt data. 
-
-	  Say 'N' unless you have NAND flash and you are willing to test and
-	  develop JFFS3 support for it.
-
-config JFFS3_FS_NOR_ECC
-	bool "JFFS3 support for ECC'd NOR flash"
-	   depends on JFFS3_FS && EXPERIMENTAL
-	   default n
-	   help
-	     This enables the experimental support for NOR flash with transparent
-	     ECC for JFFS3. This type of flash chip is not common, however it is
-	     available from STMicro.
+	  This enables the write-buffering support in JFFS3.
+
+	  This functionality is required to support JFFS3 on the following
+	  types of flash devices:
+	    - NAND flash
+	    - NOR flash with transparent ECC
+	    - DataFlash
 
 config JFFS3_SUMMARY
         bool "JFFS3 summary support (EXPERIMENTAL)" 





More information about the linux-mtd-cvs mailing list