[JFFS2] Add a "favourlzo" compression mode
[deliverable/linux.git] / fs / Kconfig
index a2ec0b375dff34ca29d5581699876f2ad2c1772a..42cfb7dc95b5d8d48e25a07bf6d2b5d342e8a953 100644 (file)
@@ -1364,6 +1364,13 @@ config JFFS2_CMODE_SIZE
          Tries all compressors and chooses the one which has the smallest
          result.
 
+config JFFS2_CMODE_FAVOURLZO
+       bool "Favour LZO"
+       help
+         Tries all compressors and chooses the one which has the smallest
+         result but gives some preference to LZO (which has faster
+         decompression) at the expense of size.
+
 endchoice
 
 config CRAMFS
This page took 0.027711 seconds and 5 git commands to generate.