diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index e19423a2aa7d..a2ec0b375dff 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -1314,6 +1314,17 @@ config JFFS2_ZLIB | |||
1314 | 1314 | ||
1315 | Say 'Y' if unsure. | 1315 | Say 'Y' if unsure. |
1316 | 1316 | ||
1317 | config JFFS2_LZO | ||
1318 | bool "JFFS2 LZO compression support" if JFFS2_COMPRESSION_OPTIONS | ||
1319 | select LZO_COMPRESS | ||
1320 | select LZO_DECOMPRESS | ||
1321 | depends on JFFS2_FS | ||
1322 | default y | ||
1323 | help | ||
1324 | minilzo-based compression. Generally works better than Zlib. | ||
1325 | |||
1326 | Say 'Y' if unsure. | ||
1327 | |||
1317 | config JFFS2_RTIME | 1328 | config JFFS2_RTIME |
1318 | bool "JFFS2 RTIME compression support" if JFFS2_COMPRESSION_OPTIONS | 1329 | bool "JFFS2 RTIME compression support" if JFFS2_COMPRESSION_OPTIONS |
1319 | depends on JFFS2_FS | 1330 | depends on JFFS2_FS |