aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Lougher <phillip@lougher.demon.co.uk>2009-12-06 02:15:08 +0000
committerroot <root@logopolis.(none)>2010-03-15 01:14:31 +0000
commit89c0318ad0a2bcc1299c670bb110a73a9dff0f2b (patch)
tree3658df05c3ec2a4108ccfa1454b3e1e088bdc127
parent8e36353dfba36f77c2506b9bce413ad39b458c40 (diff)
downloadsquashfs-lzma-89c0318ad0a2bcc1299c670bb110a73a9dff0f2b.tar.gz
Squashfs: select DECOMPRESS_LZMA_NEEDED when including support for lzma
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
-rw-r--r--fs/squashfs/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/squashfs/Kconfig b/fs/squashfs/Kconfig
index 0294aa2691cc02..7ec5d7e99739be 100644
--- a/fs/squashfs/Kconfig
+++ b/fs/squashfs/Kconfig
@@ -30,6 +30,7 @@ config SQUASHFS_LZMA
bool "Include support for LZMA compressed file systems"
depends on SQUASHFS
select DECOMPRESS_LZMA
+ select DECOMPRESS_LZMA_NEEDED
config SQUASHFS_EMBEDDED