From 79cb8ced7eef53856b5a877db0544acf52e00c80 Mon Sep 17 00:00:00 2001 From: Chan Jeong Date: Thu, 5 Aug 2010 02:29:59 +0100 Subject: Squashfs: Add LZO compression support Signed-off-by: Chan Jeong Signed-off-by: Phillip Lougher --- fs/squashfs/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'fs/squashfs/Kconfig') 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" -- cgit v1.2.3