diff options
author | David Woodhouse <dwmw2@infradead.org> | 2007-08-02 11:32:02 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-08-02 11:32:02 -0400 |
commit | 3ca135e16a393e5c5cf6490ce751e43c59011dde (patch) | |
tree | 12fc25c3e3c00965604836a3d3eaf3f7d7776e03 /fs/Kconfig | |
parent | 440fdb53b4ae58602711b5b8c3a139ace2404dbb (diff) |
[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/Kconfig | 5 |
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 | |||
1319 | select LZO_COMPRESS | 1319 | select LZO_COMPRESS |
1320 | select LZO_DECOMPRESS | 1320 | select LZO_DECOMPRESS |
1321 | depends on JFFS2_FS | 1321 | depends on JFFS2_FS |
1322 | default y | 1322 | default n |
1323 | help | 1323 | help |
1324 | minilzo-based compression. Generally works better than Zlib. | 1324 | minilzo-based compression. Generally works better than Zlib. |
1325 | 1325 | ||
1326 | Say 'Y' if unsure. | 1326 | This feature was added in July, 2007. Say 'N' if you need |
1327 | compatibility with older bootloaders or kernels. | ||
1327 | 1328 | ||
1328 | config JFFS2_RTIME | 1329 | config JFFS2_RTIME |
1329 | bool "JFFS2 RTIME compression support" if JFFS2_COMPRESSION_OPTIONS | 1330 | bool "JFFS2 RTIME compression support" if JFFS2_COMPRESSION_OPTIONS |