diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index a2ec0b375dff..42cfb7dc95b5 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -1364,6 +1364,13 @@ config JFFS2_CMODE_SIZE | |||
1364 | Tries all compressors and chooses the one which has the smallest | 1364 | Tries all compressors and chooses the one which has the smallest |
1365 | result. | 1365 | result. |
1366 | 1366 | ||
1367 | config JFFS2_CMODE_FAVOURLZO | ||
1368 | bool "Favour LZO" | ||
1369 | help | ||
1370 | Tries all compressors and chooses the one which has the smallest | ||
1371 | result but gives some preference to LZO (which has faster | ||
1372 | decompression) at the expense of size. | ||
1373 | |||
1367 | endchoice | 1374 | endchoice |
1368 | 1375 | ||
1369 | config CRAMFS | 1376 | config CRAMFS |