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 928e3bb546..085bfb6448 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_ZLIB
+ bool
+ depends on FS_SQUASHFS
+ depends on ZLIB
+ default y
+
+if !SQUASHFS_ZLIB
+ comment "ZLIB support disabled"
+endif
+
config SQUASHFS_LZ4
bool
depends on FS_SQUASHFS