aboutsummaryrefslogtreecommitdiffstats
path: root/fs/squashfs/Kconfig
diff options
context:
space:
mode:
authorPhillip Lougher <phillip@lougher.demon.co.uk>2010-12-08 21:08:31 -0500
committerPhillip Lougher <phillip@lougher.demon.co.uk>2011-01-13 16:16:52 -0500
commit7a43ae523744c01b6187013e781f44c2281c579c (patch)
tree7f122fb883ef7cd86f08f90b770e03cae601efd3 /fs/squashfs/Kconfig
parent81bb8debd0d570dc67dc1e9d8b612632cb941893 (diff)
Squashfs: Add XZ compression configuration option
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
Diffstat (limited to 'fs/squashfs/Kconfig')
-rw-r--r--fs/squashfs/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/fs/squashfs/Kconfig b/fs/squashfs/Kconfig
index e5f63da64d04..50cc4edbca06 100644
--- a/fs/squashfs/Kconfig
+++ b/fs/squashfs/Kconfig
@@ -53,6 +53,21 @@ config SQUASHFS_LZO
53 53
54 If unsure, say N. 54 If unsure, say N.
55 55
56config SQUASHFS_XZ
57 bool "Include support for XZ compressed file systems"
58 depends on SQUASHFS
59 select XZ_DEC
60 help
61 Saying Y here includes support for reading Squashfs file systems
62 compressed with XZ compresssion. XZ gives better compression than
63 the default zlib compression, at the expense of greater CPU and
64 memory overhead.
65
66 XZ is not the standard compression used in Squashfs and so most
67 file systems will be readable without selecting this option.
68
69 If unsure, say N.
70
56config SQUASHFS_EMBEDDED 71config SQUASHFS_EMBEDDED
57 bool "Additional option for memory-constrained systems" 72 bool "Additional option for memory-constrained systems"
58 depends on SQUASHFS 73 depends on SQUASHFS