summaryrefslogtreecommitdiffstats
path: root/fs/squashfs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'fs/squashfs/Kconfig')
-rw-r--r--fs/squashfs/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/fs/squashfs/Kconfig b/fs/squashfs/Kconfig
index 2362ba14cb..19b8297af6 100644
--- a/fs/squashfs/Kconfig
+++ b/fs/squashfs/Kconfig
@@ -57,3 +57,12 @@ if !SQUASHFS_XZ
comment "XZ support disabled"
endif
+config SQUASHFS_ZSTD
+ bool
+ depends on FS_SQUASHFS
+ depends on ZSTD_DECOMPRESS
+ default y
+
+if !SQUASHFS_ZSTD
+ comment "ZSTD support disabled"
+endif