summaryrefslogtreecommitdiffstats
path: root/fs/squashfs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'fs/squashfs/Kconfig')
-rw-r--r--fs/squashfs/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/fs/squashfs/Kconfig b/fs/squashfs/Kconfig
index 239682d370..928e3bb546 100644
--- a/fs/squashfs/Kconfig
+++ b/fs/squashfs/Kconfig
@@ -17,6 +17,16 @@ menuconfig FS_SQUASHFS
embedded systems where low overhead is needed. Further information
and tools are available from http://squashfs.sourceforge.net.
+config SQUASHFS_LZ4
+ bool
+ depends on FS_SQUASHFS
+ depends on LZ4_DECOMPRESS
+ default y
+
+if !SQUASHFS_LZ4
+ comment "LZ4 support disabled"
+endif
+
config SQUASHFS_LZO
bool
depends on FS_SQUASHFS