diff options
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index bb1326d3839c..170d8ca901d8 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 | # |
@@ -156,6 +160,9 @@ config TEXTSEARCH_BM | |||
156 | config TEXTSEARCH_FSM | 160 | config TEXTSEARCH_FSM |
157 | tristate | 161 | tristate |
158 | 162 | ||
163 | config BTREE | ||
164 | boolean | ||
165 | |||
159 | config HAS_IOMEM | 166 | config HAS_IOMEM |
160 | boolean | 167 | boolean |
161 | depends on !NO_IOMEM | 168 | depends on !NO_IOMEM |
@@ -200,4 +207,7 @@ config NLATTR | |||
200 | config GENERIC_ATOMIC64 | 207 | config GENERIC_ATOMIC64 |
201 | bool | 208 | bool |
202 | 209 | ||
210 | config LRU_CACHE | ||
211 | tristate | ||
212 | |||
203 | endmenu | 213 | endmenu |