Commit 42a81cd4 authored by David Woodhouse's avatar David Woodhouse

NAND support in JFFS2 isn't experimental any more.

parent 2b52e92c
...@@ -1133,21 +1133,16 @@ config JFFS2_FS_DEBUG ...@@ -1133,21 +1133,16 @@ config JFFS2_FS_DEBUG
messages at debug level 1 while the misbehaviour was occurring. messages at debug level 1 while the misbehaviour was occurring.
config JFFS2_FS_NAND config JFFS2_FS_NAND
bool "JFFS2 support for NAND flash (EXPERIMENTAL)" bool "JFFS2 support for NAND flash"
depends on JFFS2_FS && EXPERIMENTAL depends on JFFS2_FS
default n default n
help help
This enables the experimental support for NAND flash in JFFS2. NAND This enables the support for NAND flash in JFFS2. NAND is a newer
is a newer type of flash chip design than the traditional NOR flash, type of flash chip design than the traditional NOR flash, with
with higher density but a handful of characteristics which make it higher density but a handful of characteristics which make it more
more interesting for the file system to use. Support for NAND flash interesting for the file system to use.
is not yet complete and may corrupt data. For further information,
including a link to the mailing list where details of the remaining Say 'N' unless you have NAND flash.
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.
config JFFS2_COMPRESSION_OPTIONS config JFFS2_COMPRESSION_OPTIONS
bool "Advanced compression options for JFFS2" bool "Advanced compression options for JFFS2"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment