aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@shinybook.infradead.org>2004-07-20 04:42:36 -0400
committerDavid Woodhouse <dwmw2@shinybook.infradead.org>2004-07-20 04:42:36 -0400
commit42a81cd493ee648264aced97dc993df004f382dd (patch)
tree551af0c5bc400fcea552648443c9a7791dfbe488 /fs
parent2b52e92cb2f3722f2b214ca96f756403fb2bc80c (diff)
downloadhistory-42a81cd493ee648264aced97dc993df004f382dd.tar.gz
NAND support in JFFS2 isn't experimental any more.
Diffstat (limited to 'fs')
-rw-r--r--fs/Kconfig21
1 files changed, 8 insertions, 13 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 8ce27a6008138a..c9de51b5433765 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1133,21 +1133,16 @@ config JFFS2_FS_DEBUG
messages at debug level 1 while the misbehaviour was occurring.
config JFFS2_FS_NAND
- bool "JFFS2 support for NAND flash (EXPERIMENTAL)"
- depends on JFFS2_FS && EXPERIMENTAL
+ bool "JFFS2 support for NAND flash"
+ depends on JFFS2_FS
default n
help
- This enables the experimental support for NAND flash in JFFS2. 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. For further information,
- including a link to the mailing list where details of the remaining
- work to be completed for NAND flash support can be found, see the
- JFFS2 web site at <http://sources.redhat.com/jffs2>.
-
- Say 'N' unless you have NAND flash and you are willing to test and
- develop JFFS2 support for it.
+ This enables the support for NAND flash in JFFS2. 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.
+
+ Say 'N' unless you have NAND flash.
config JFFS2_COMPRESSION_OPTIONS
bool "Advanced compression options for JFFS2"