[JFFS2] Add LZO compression support.
[linux-2.6-block.git] / fs / Kconfig
index e19423a2aa7d5f0c355eb8d1f3fa54c8c0bb5e5c..a2ec0b375dff34ca29d5581699876f2ad2c1772a 100644 (file)
@@ -1314,6 +1314,17 @@ config JFFS2_ZLIB
 
          Say 'Y' if unsure.
 
+config JFFS2_LZO
+       bool "JFFS2 LZO compression support" if JFFS2_COMPRESSION_OPTIONS
+       select LZO_COMPRESS
+       select LZO_DECOMPRESS
+       depends on JFFS2_FS
+       default y
+       help
+         minilzo-based compression. Generally works better than Zlib.
+
+         Say 'Y' if unsure.
+
 config JFFS2_RTIME
        bool "JFFS2 RTIME compression support" if JFFS2_COMPRESSION_OPTIONS
        depends on JFFS2_FS