mtd/fs Config.in,1.3,1.4 Kconfig,1.3,1.4
havasi at infradead.org
havasi at infradead.org
Tue May 25 07:32:20 EDT 2004
Update of /home/cvs/mtd/fs
In directory phoenix.infradead.org:/home/havasi/mtd/fs
Modified Files:
Config.in Kconfig
Log Message:
2 new compressors:
- lzari
- lzo
Index: Config.in
===================================================================
RCS file: /home/cvs/mtd/fs/Config.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Config.in 25 May 2004 11:25:16 -0000 1.3
+++ Config.in 25 May 2004 11:31:47 -0000 1.4
@@ -10,6 +10,8 @@
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 \
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/fs/Kconfig,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Kconfig 25 May 2004 11:25:16 -0000 1.3
+++ Kconfig 25 May 2004 11:31:47 -0000 1.4
@@ -93,6 +93,21 @@
help
RUBINMIPS and DYNRUBIN compressors. Say 'N' if unsure.
+config JFFS2_LZO
+ bool "JFFS2 LZO compression support (EXPERIMENTAL)"
+ depends on JFFS2_FS && EXPERIMENTAL
+ default n
+ help
+ LZO1X-999 compression support. See http://www.oberhumer.com/opensource/lzo/
+ for more information.
+
+config JFFS2_LZARI
+ bool "JFFS2 LZARI compression support (EXPERIMENTAL)"
+ depends on JFFS2_FS && EXPERIMENTAL
+ default n
+ help
+ Lempel-Ziv-Storer-Sczymanski compression support with additional arithmetic coding.
+
choice
prompt "JFFS2 default compression mode"
default JFFS2_CMODE_PRIORITY
More information about the linux-mtd-cvs
mailing list