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 1cfe51628e1b..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 |