mtd/fs Kconfig,1.7,1.8

jwboyer at infradead.org jwboyer at infradead.org
Wed Nov 3 07:57:41 EST 2004


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

Modified Files:
	Kconfig 
Log Message:
Adding ECC'd NOR support to JFFS2.  Works with cfi_cmdset_0020.c

Signed-off-by: Josh Boyer <jdub at us.ibm.com>


Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/fs/Kconfig,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Kconfig	16 Jul 2004 15:20:59 -0000	1.7
+++ Kconfig	3 Nov 2004 12:57:37 -0000	1.8
@@ -68,6 +68,15 @@
 	  Say 'N' unless you have NAND flash and you are willing to test and
 	  develop JFFS2 support for it.
 
+config JFFS2_FS_NOR_ECC
+	bool "JFFS2 support for ECC'd NOR flash (EXPERIMENTAL)"
+	   depends on JFFS2_FS && EXPERIMENTAL
+	   default n
+	   help
+	     This enables the experimental support for NOR flash with transparent
+		 ECC for JFFS2.  This type of flash chip is not common, however it is
+		 available from STMicro.
+
 config JFFS2_COMPRESSION_OPTIONS
 	bool "Advanced compression options for JFFS2"
 	default n





More information about the linux-mtd-cvs mailing list