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 dc25d93403..239682d370 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_LZO
+ bool
+ depends on FS_SQUASHFS
+ depends on LZO_DECOMPRESS
+ default y
+
+if !SQUASHFS_LZO
+ comment "LZO support disabled"
+endif
+
config SQUASHFS_XZ
bool "Include support for XZ compressed file systems"
default y