aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig26
1 files changed, 9 insertions, 17 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 062177956239..8d50a610c0e0 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1036,26 +1036,18 @@ config JFFS2_FS_DEBUG
1036 If reporting bugs, please try to have available a full dump of the 1036 If reporting bugs, please try to have available a full dump of the
1037 messages at debug level 1 while the misbehaviour was occurring. 1037 messages at debug level 1 while the misbehaviour was occurring.
1038 1038
1039config JFFS2_FS_NAND 1039config JFFS2_FS_WRITEBUFFER
1040 bool "JFFS2 support for NAND flash" 1040 bool "JFFS2 write-buffering support"
1041 depends on JFFS2_FS 1041 depends on JFFS2_FS
1042 default n 1042 default y
1043 help 1043 help
1044 This enables the support for NAND flash in JFFS2. NAND is a newer 1044 This enables the write-buffering support in JFFS2.
1045 type of flash chip design than the traditional NOR flash, with
1046 higher density but a handful of characteristics which make it more
1047 interesting for the file system to use.
1048 1045
1049 Say 'N' unless you have NAND flash. 1046 This functionality is required to support JFFS2 on the following
1050 1047 types of flash devices:
1051config JFFS2_FS_NOR_ECC 1048 - NAND flash
1052 bool "JFFS2 support for ECC'd NOR flash (EXPERIMENTAL)" 1049 - NOR flash with transparent ECC
1053 depends on JFFS2_FS && EXPERIMENTAL 1050 - DataFlash
1054 default n
1055 help
1056 This enables the experimental support for NOR flash with transparent
1057 ECC for JFFS2. This type of flash chip is not common, however it is
1058 available from ST Microelectronics.
1059 1051
1060config JFFS2_COMPRESSION_OPTIONS 1052config JFFS2_COMPRESSION_OPTIONS
1061 bool "Advanced compression options for JFFS2" 1053 bool "Advanced compression options for JFFS2"