mtd/fs Kconfig,1.7,1.8
jwboyer at infradead.org
jwboyer at infradead.org
Wed Nov 3 07:57:41 EST 2004
- Previous message: mtd/drivers/mtd/nand nand_base.c,1.122,1.123
- Next message: mtd/fs/jffs2 Makefile.common, 1.6, 1.7 erase.c, 1.61, 1.62 fs.c,
1.46, 1.47 os-linux.h, 1.47, 1.48 scan.c, 1.112, 1.113 wbuf.c,
1.72, 1.73
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: mtd/drivers/mtd/nand nand_base.c,1.122,1.123
- Next message: mtd/fs/jffs2 Makefile.common, 1.6, 1.7 erase.c, 1.61, 1.62 fs.c,
1.46, 1.47 os-linux.h, 1.47, 1.48 scan.c, 1.112, 1.113 wbuf.c,
1.72, 1.73
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list