aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2007-08-02 16:32:02 +0100
committerDavid Woodhouse <dwmw2@infradead.org>2007-08-02 16:32:02 +0100
commit3ca135e16a393e5c5cf6490ce751e43c59011dde (patch)
tree12fc25c3e3c00965604836a3d3eaf3f7d7776e03 /fs/Kconfig
parentMerge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 (diff)
downloadlinux-dev-3ca135e16a393e5c5cf6490ce751e43c59011dde.tar.xz
linux-dev-3ca135e16a393e5c5cf6490ce751e43c59011dde.zip
[JFFS2] LZO compression should default off for compatibility.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 9acccda4fd6b..84fb8428c023 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1319,11 +1319,12 @@ config JFFS2_LZO
select LZO_COMPRESS
select LZO_DECOMPRESS
depends on JFFS2_FS
- default y
+ default n
help
minilzo-based compression. Generally works better than Zlib.
- Say 'Y' if unsure.
+ This feature was added in July, 2007. Say 'N' if you need
+ compatibility with older bootloaders or kernels.
config JFFS2_RTIME
bool "JFFS2 RTIME compression support" if JFFS2_COMPRESSION_OPTIONS