mtd/fs Kconfig,1.14,1.15
Andrew Victor
pavlov at infradead.org
Wed Feb 9 09:25:17 EST 2005
- Previous message: mtd/drivers/mtd/nand nand_base.c,1.130,1.131
- Next message: mtd/fs/jffs3 Makefile.24, 3.1, 3.2 Makefile.common, 3.3,
3.4 defconfig, 3.2, 3.3 fs.c, 3.8, 3.9 jffs3.h, 3.6,
3.7 nodelist.h, 3.11, 3.12 os-linux.h, 3.4, 3.5 scan.c, 3.12,
3.13 super-v24.c, 3.5, 3.6 super.c, 3.9, 3.10 wbuf.c, 3.14, 3.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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)"
- Previous message: mtd/drivers/mtd/nand nand_base.c,1.130,1.131
- Next message: mtd/fs/jffs3 Makefile.24, 3.1, 3.2 Makefile.common, 3.3,
3.4 defconfig, 3.2, 3.3 fs.c, 3.8, 3.9 jffs3.h, 3.6,
3.7 nodelist.h, 3.11, 3.12 os-linux.h, 3.4, 3.5 scan.c, 3.12,
3.13 super-v24.c, 3.5, 3.6 super.c, 3.9, 3.10 wbuf.c, 3.14, 3.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list