diff options
Diffstat (limited to 'lib/Kconfig')
| -rw-r--r-- | lib/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index bb1326d3839c..97b136ff117e 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
| @@ -117,6 +117,10 @@ config DECOMPRESS_BZIP2 | |||
| 117 | config DECOMPRESS_LZMA | 117 | config DECOMPRESS_LZMA |
| 118 | tristate | 118 | tristate |
| 119 | 119 | ||
| 120 | config DECOMPRESS_LZO | ||
| 121 | select LZO_DECOMPRESS | ||
| 122 | tristate | ||
| 123 | |||
| 120 | # | 124 | # |
| 121 | # Generic allocator support is selected if needed | 125 | # Generic allocator support is selected if needed |
| 122 | # | 126 | # |
| @@ -200,4 +204,7 @@ config NLATTR | |||
| 200 | config GENERIC_ATOMIC64 | 204 | config GENERIC_ATOMIC64 |
| 201 | bool | 205 | bool |
| 202 | 206 | ||
| 207 | config LRU_CACHE | ||
| 208 | tristate | ||
| 209 | |||
| 203 | endmenu | 210 | endmenu |
