diff options
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 0ee67e08ad3e..3a55a43c43eb 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
@@ -201,6 +201,10 @@ config DISABLE_OBSOLETE_CPUMASK_FUNCTIONS | |||
201 | bool "Disable obsolete cpumask functions" if DEBUG_PER_CPU_MAPS | 201 | bool "Disable obsolete cpumask functions" if DEBUG_PER_CPU_MAPS |
202 | depends on EXPERIMENTAL && BROKEN | 202 | depends on EXPERIMENTAL && BROKEN |
203 | 203 | ||
204 | config CPU_RMAP | ||
205 | bool | ||
206 | depends on SMP | ||
207 | |||
204 | # | 208 | # |
205 | # Netlink attribute parsing support is select'ed if needed | 209 | # Netlink attribute parsing support is select'ed if needed |
206 | # | 210 | # |
@@ -217,6 +221,13 @@ config LRU_CACHE | |||
217 | tristate | 221 | tristate |
218 | 222 | ||
219 | config AVERAGE | 223 | config AVERAGE |
220 | bool | 224 | bool "Averaging functions" |
225 | help | ||
226 | This option is provided for the case where no in-kernel-tree | ||
227 | modules require averaging functions, but a module built outside | ||
228 | the kernel tree does. Such modules that use library averaging | ||
229 | functions require Y here. | ||
230 | |||
231 | If unsure, say N. | ||
221 | 232 | ||
222 | endmenu | 233 | endmenu |