aboutsummaryrefslogtreecommitdiffstats
path: root/fs/squashfs/Kconfig
diff options
context:
space:
mode:
authorChan Jeong <chan.jeong@lge.com>2010-08-05 02:29:59 +0100
committerPhillip Lougher <phillip@lougher.demon.co.uk>2010-08-05 02:29:59 +0100
commit79cb8ced7eef53856b5a877db0544acf52e00c80 (patch)
treefd39e0c73f15fd5b86a816a4c6ebc10d12cb6622 /fs/squashfs/Kconfig
parentsquashfs: fix filename in header comment (diff)
downloadlinux-dev-79cb8ced7eef53856b5a877db0544acf52e00c80.tar.xz
linux-dev-79cb8ced7eef53856b5a877db0544acf52e00c80.zip
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
If unsure, say N.
+config SQUASHFS_LZO
+ bool "Include support for LZO compressed file systems"
+ depends on SQUASHFS
+ select LZO_DECOMPRESS
+
config SQUASHFS_EMBEDDED
bool "Additional option for memory-constrained systems"