diff options
| author | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-30 19:16:45 -0400 |
|---|---|---|
| committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-30 19:16:45 -0400 |
| commit | ada47b5fe13d89735805b566185f4885f5a3f750 (patch) | |
| tree | 644b88f8a71896307d71438e9b3af49126ffb22b /lib/Kconfig | |
| parent | 43e98717ad40a4ae64545b5ba047c7b86aa44f4f (diff) | |
| parent | 3280f21d43ee541f97f8cda5792150d2dbec20d5 (diff) | |
Merge branch 'wip-2.6.34' into old-private-masterarchived-private-master
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 |
