summaryrefslogtreecommitdiffstats
path: root/linux-2.4.x/fs/Config.in
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2011-02-26 14:57:47 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2011-02-26 14:57:47 (GMT)
commitfaadb245e8e1d5c4245dbdacc201e85b47c0c1fb (patch)
tree725f1ac685590a82aa182776c0af40e6243cb8e6 /linux-2.4.x/fs/Config.in
parentedb45850f53478c7779484105c30f8df0a3a3782 (diff)
downloadopenipcam-faadb245e8e1d5c4245dbdacc201e85b47c0c1fb.zip
openipcam-faadb245e8e1d5c4245dbdacc201e85b47c0c1fb.tar.gz
openipcam-faadb245e8e1d5c4245dbdacc201e85b47c0c1fb.tar.bz2
Applied mtd patches and updated lib/Config.lib to 2.6.24 +mtd
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