aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2005-11-09 17:33:22 -0500
committerSteve French <sfrench@us.ibm.com>2005-11-09 17:33:22 -0500
commite82b3aec8d508d2a925a4c766e97f16b7c4dfb1b (patch)
tree69d5685ef0c194f651a03e30bff14628b4d45400 /fs/Kconfig
parentec58ef03284f0bfa50a04982b74c8c2325a0758e (diff)
parentad8f76be48d817b48222411ae16a7dfe257bdb24 (diff)
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig24
1 files changed, 19 insertions, 5 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 8855fd41cfa8..4419855d779b 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -898,6 +898,7 @@ config AFFS_FS
898config HFS_FS 898config HFS_FS
899 tristate "Apple Macintosh file system support (EXPERIMENTAL)" 899 tristate "Apple Macintosh file system support (EXPERIMENTAL)"
900 depends on EXPERIMENTAL 900 depends on EXPERIMENTAL
901 select NLS
901 help 902 help
902 If you say Y here, you will be able to mount Macintosh-formatted 903 If you say Y here, you will be able to mount Macintosh-formatted
903 floppy disks and hard drive partitions with full read-write access. 904 floppy disks and hard drive partitions with full read-write access.
@@ -1050,6 +1051,19 @@ config JFFS2_FS_WRITEBUFFER
1050 - NOR flash with transparent ECC 1051 - NOR flash with transparent ECC
1051 - DataFlash 1052 - DataFlash
1052 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
1053config JFFS2_COMPRESSION_OPTIONS 1067config JFFS2_COMPRESSION_OPTIONS
1054 bool "Advanced compression options for JFFS2" 1068 bool "Advanced compression options for JFFS2"
1055 depends on JFFS2_FS 1069 depends on JFFS2_FS
@@ -1071,10 +1085,10 @@ config JFFS2_ZLIB
1071 default y 1085 default y
1072 help 1086 help
1073 Zlib is designed to be a free, general-purpose, legally unencumbered, 1087 Zlib is designed to be a free, general-purpose, legally unencumbered,
1074 lossless data-compression library for use on virtually any computer 1088 lossless data-compression library for use on virtually any computer
1075 hardware and operating system. See <http://www.gzip.org/zlib/> for 1089 hardware and operating system. See <http://www.gzip.org/zlib/> for
1076 further information. 1090 further information.
1077 1091
1078 Say 'Y' if unsure. 1092 Say 'Y' if unsure.
1079 1093
1080config JFFS2_RTIME 1094config JFFS2_RTIME
@@ -1096,7 +1110,7 @@ choice
1096 default JFFS2_CMODE_PRIORITY 1110 default JFFS2_CMODE_PRIORITY
1097 depends on JFFS2_FS 1111 depends on JFFS2_FS
1098 help 1112 help
1099 You can set here the default compression mode of JFFS2 from 1113 You can set here the default compression mode of JFFS2 from
1100 the available compression modes. Don't touch if unsure. 1114 the available compression modes. Don't touch if unsure.
1101 1115
1102config JFFS2_CMODE_NONE 1116config JFFS2_CMODE_NONE
@@ -1107,13 +1121,13 @@ config JFFS2_CMODE_NONE
1107config JFFS2_CMODE_PRIORITY 1121config JFFS2_CMODE_PRIORITY
1108 bool "priority" 1122 bool "priority"
1109 help 1123 help
1110 Tries the compressors in a predefinied order and chooses the first 1124 Tries the compressors in a predefinied order and chooses the first
1111 successful one. 1125 successful one.
1112 1126
1113config JFFS2_CMODE_SIZE 1127config JFFS2_CMODE_SIZE
1114 bool "size (EXPERIMENTAL)" 1128 bool "size (EXPERIMENTAL)"
1115 help 1129 help
1116 Tries all compressors and chooses the one which has the smallest 1130 Tries all compressors and chooses the one which has the smallest
1117 result. 1131 result.
1118 1132
1119endchoice 1133endchoice