diff options
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 2e7ae6b9215b..3eb29d5dc4f5 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
@@ -64,6 +64,12 @@ config ZLIB_INFLATE | |||
64 | config ZLIB_DEFLATE | 64 | config ZLIB_DEFLATE |
65 | tristate | 65 | tristate |
66 | 66 | ||
67 | config LZO_COMPRESS | ||
68 | tristate | ||
69 | |||
70 | config LZO_DECOMPRESS | ||
71 | tristate | ||
72 | |||
67 | # | 73 | # |
68 | # Generic allocator support is selected if needed | 74 | # Generic allocator support is selected if needed |
69 | # | 75 | # |