summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/squashfs/Kconfig17
1 files changed, 7 insertions, 10 deletions
diff --git a/fs/squashfs/Kconfig b/fs/squashfs/Kconfig
index 085bfb6448..2362ba14cb 100644
--- a/fs/squashfs/Kconfig
+++ b/fs/squashfs/Kconfig
@@ -48,15 +48,12 @@ if !SQUASHFS_LZO
endif
config SQUASHFS_XZ
- bool "Include support for XZ compressed file systems"
- default y
+ bool
depends on FS_SQUASHFS
- select XZ_DECOMPRESS
- help
- Saying Y here includes support for reading Squashfs file systems
- compressed with XZ compression. XZ gives better compression than
- the default zlib compression, at the expense of greater CPU and
- memory overhead.
+ depends on XZ_DECOMPRESS
+ default y
+
+if !SQUASHFS_XZ
+ comment "XZ support disabled"
+endif
- XZ is not the standard compression used in Squashfs and so most
- file systems will be readable without selecting this option.