diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 7cf36ca157ff..7d6ae369ce44 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -1051,6 +1051,19 @@ config JFFS2_FS_WRITEBUFFER | |||
1051 | - NOR flash with transparent ECC | 1051 | - NOR flash with transparent ECC |
1052 | - DataFlash | 1052 | - DataFlash |
1053 | 1053 | ||
1054 | config JFFS2_SUMMARY | ||
1055 | bool "JFFS2 summary support (EXPERIMENTAL)" | ||
1056 | depends on JFFS2_FS && EXPERIMENTAL | ||
1057 | default n | ||
1058 | help | ||
1059 | This feature makes it possible to use summary information | ||
1060 | for faster filesystem mount. | ||
1061 | |||
1062 | The summary information can be inserted into a filesystem image | ||
1063 | by the utility 'sumtool'. | ||
1064 | |||
1065 | If unsure, say 'N'. | ||
1066 | |||
1054 | config JFFS2_COMPRESSION_OPTIONS | 1067 | config JFFS2_COMPRESSION_OPTIONS |
1055 | bool "Advanced compression options for JFFS2" | 1068 | bool "Advanced compression options for JFFS2" |
1056 | depends on JFFS2_FS | 1069 | depends on JFFS2_FS |
@@ -1072,10 +1085,10 @@ config JFFS2_ZLIB | |||
1072 | default y | 1085 | default y |
1073 | help | 1086 | help |
1074 | Zlib is designed to be a free, general-purpose, legally unencumbered, | 1087 | Zlib is designed to be a free, general-purpose, legally unencumbered, |
1075 | lossless data-compression library for use on virtually any computer | 1088 | lossless data-compression library for use on virtually any computer |
1076 | hardware and operating system. See <http://www.gzip.org/zlib/> for | 1089 | hardware and operating system. See <http://www.gzip.org/zlib/> for |
1077 | further information. | 1090 | further information. |
1078 | 1091 | ||
1079 | Say 'Y' if unsure. | 1092 | Say 'Y' if unsure. |
1080 | 1093 | ||
1081 | config JFFS2_RTIME | 1094 | config JFFS2_RTIME |
@@ -1097,7 +1110,7 @@ choice | |||
1097 | default JFFS2_CMODE_PRIORITY | 1110 | default JFFS2_CMODE_PRIORITY |
1098 | depends on JFFS2_FS | 1111 | depends on JFFS2_FS |
1099 | help | 1112 | help |
1100 | You can set here the default compression mode of JFFS2 from | 1113 | You can set here the default compression mode of JFFS2 from |
1101 | the available compression modes. Don't touch if unsure. | 1114 | the available compression modes. Don't touch if unsure. |
1102 | 1115 | ||
1103 | config JFFS2_CMODE_NONE | 1116 | config JFFS2_CMODE_NONE |
@@ -1108,13 +1121,13 @@ config JFFS2_CMODE_NONE | |||
1108 | config JFFS2_CMODE_PRIORITY | 1121 | config JFFS2_CMODE_PRIORITY |
1109 | bool "priority" | 1122 | bool "priority" |
1110 | help | 1123 | help |
1111 | Tries the compressors in a predefinied order and chooses the first | 1124 | Tries the compressors in a predefinied order and chooses the first |
1112 | successful one. | 1125 | successful one. |
1113 | 1126 | ||
1114 | config JFFS2_CMODE_SIZE | 1127 | config JFFS2_CMODE_SIZE |
1115 | bool "size (EXPERIMENTAL)" | 1128 | bool "size (EXPERIMENTAL)" |
1116 | help | 1129 | help |
1117 | Tries all compressors and chooses the one which has the smallest | 1130 | Tries all compressors and chooses the one which has the smallest |
1118 | result. | 1131 | result. |
1119 | 1132 | ||
1120 | endchoice | 1133 | endchoice |