summaryrefslogtreecommitdiffstats
path: root/linux-2.4.x/fs/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'linux-2.4.x/fs/Config.in')
-rw-r--r--linux-2.4.x/fs/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/linux-2.4.x/fs/Config.in b/linux-2.4.x/fs/Config.in
index e9891ec..5d3e621 100644
--- a/linux-2.4.x/fs/Config.in
+++ b/linux-2.4.x/fs/Config.in
@@ -45,6 +45,18 @@ fi
dep_tristate 'Journalling Flash File System v2 (JFFS2) support' CONFIG_JFFS2_FS $CONFIG_MTD
if [ "$CONFIG_JFFS2_FS" = "y" -o "$CONFIG_JFFS2_FS" = "m" ] ; then
int 'JFFS2 debugging verbosity (0 = quiet, 2 = noisy)' CONFIG_JFFS2_FS_DEBUG 0
+ bool 'JFFS2 write-buffering support' CONFIG_JFFS2_FS_WRITEBUFFER
+ bool 'JFFS2 ZLIB compression support (recommended)' CONFIG_JFFS2_ZLIB
+ bool 'JFFS2 RTIME compression support (recommended)' CONFIG_JFFS2_RTIME
+ bool 'JFFS2 RUBIN compression support' CONFIG_JFFS2_RUBIN
+ bool 'JFFS2 LZO compression support' CONFIG_JFFS2_LZO
+ bool 'JFFS2 LZARI compression support' CONFIG_JFFS2_LZARI
+ choice 'JFFS2 default compression mode' \
+ "none CONFIG_JFFS2_CMODE_NONE \
+ priority CONFIG_JFFS2_CMODE_PRIORITY \
+ size CONFIG_JFFS2_CMODE_SIZE" priority
+
+ bool 'JFFS2 proc interface support' CONFIG_JFFS2_PROC
fi
tristate 'Compressed ROM file system support' CONFIG_CRAMFS
bool 'Virtual memory file system support (former shm fs)' CONFIG_TMPFS