aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-11-07 13:24:08 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-07 13:24:08 -0500
commitb3ce1debe2685383a9ad6ace9c49869c3968c013 (patch)
treedcb606fac467d6ce78a9c608a1e0d2323af44f2b /fs/Kconfig
parent5b2f7ffcb734d3046144dfbd5ac6d76254a9e522 (diff)
parentc2965f1129ee54afcc4ef293ff0f25fa3a7e7392 (diff)
Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6
Some manual fixups for clashing kfree() cleanups etc.
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig23
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
1054config 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
1054config JFFS2_COMPRESSION_OPTIONS 1067config 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
1081config JFFS2_RTIME 1094config 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
1103config JFFS2_CMODE_NONE 1116config JFFS2_CMODE_NONE
@@ -1108,13 +1121,13 @@ config JFFS2_CMODE_NONE
1108config JFFS2_CMODE_PRIORITY 1121config 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
1114config JFFS2_CMODE_SIZE 1127config 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
1120endchoice 1133endchoice