]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/squashfs/Kconfig
Merge commit 'c1e140bf79d817d4a7aa9932eb98b0359c87af33' from mac80211-next
[mirror_ubuntu-artful-kernel.git] / fs / squashfs / Kconfig
index b6fa8657dcbc51dcb904a7e5b018d474c94d9d83..ffb093e72b6ca89a0f8d339dfad3f04da0c97e8e 100644 (file)
@@ -120,6 +120,21 @@ config SQUASHFS_ZLIB
 
          If unsure, say Y.
 
+config SQUASHFS_LZ4
+       bool "Include support for LZ4 compressed file systems"
+       depends on SQUASHFS
+       select LZ4_DECOMPRESS
+       help
+         Saying Y here includes support for reading Squashfs file systems
+         compressed with LZ4 compression.  LZ4 compression is mainly
+         aimed at embedded systems with slower CPUs where the overheads
+         of zlib are too high.
+
+         LZ4 is not the standard compression used in Squashfs and so most
+         file systems will be readable without selecting this option.
+
+         If unsure, say N.
+
 config SQUASHFS_LZO
        bool "Include support for LZO compressed file systems"
        depends on SQUASHFS