aboutsummaryrefslogtreecommitdiffstats
path: root/fs/squashfs/Kconfig
diff options
context:
space:
mode:
authorChan Jeong <chan.jeong@lge.com>2010-08-04 21:29:59 -0400
committerPhillip Lougher <phillip@lougher.demon.co.uk>2010-08-04 21:29:59 -0400
commit79cb8ced7eef53856b5a877db0544acf52e00c80 (patch)
treefd39e0c73f15fd5b86a816a4c6ebc10d12cb6622 /fs/squashfs/Kconfig
parent4690148f77f90ec132b5eb780650ba8769b9ed39 (diff)
Squashfs: Add LZO compression support
Signed-off-by: Chan Jeong <chan.jeong@lge.com> Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
Diffstat (limited to 'fs/squashfs/Kconfig')
-rw-r--r--fs/squashfs/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/squashfs/Kconfig b/fs/squashfs/Kconfig
index 3e9ee95ef37d..3da01108c44e 100644
--- a/fs/squashfs/Kconfig
+++ b/fs/squashfs/Kconfig
@@ -37,6 +37,11 @@ config SQUASHFS_XATTR
37 37
38 If unsure, say N. 38 If unsure, say N.
39 39
40config SQUASHFS_LZO
41 bool "Include support for LZO compressed file systems"
42 depends on SQUASHFS
43 select LZO_DECOMPRESS
44
40config SQUASHFS_EMBEDDED 45config SQUASHFS_EMBEDDED
41 46
42 bool "Additional option for memory-constrained systems" 47 bool "Additional option for memory-constrained systems"