diff options
author | Michael Buesch <mb@bu3sch.de> | 2011-03-01 14:03:05 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-03-04 14:05:17 -0500 |
commit | a7a9a24dcd2c57edf148ca9a14a510a5765ecf20 (patch) | |
tree | 0f4e10f3dd8ff996ec3ebd2fcc9566c7a3b6a970 /lib/Kconfig | |
parent | b06af7a57de42707fee6eec784ee507960cc9131 (diff) |
lib-average: Make config option selectable
Make CONFIG_AVERAGE selectable for out-of-tree users
such as compat-wireless.
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 0ee67e08ad3e..c70f2a4db358 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
@@ -217,6 +217,13 @@ config LRU_CACHE | |||
217 | tristate | 217 | tristate |
218 | 218 | ||
219 | config AVERAGE | 219 | config AVERAGE |
220 | bool | 220 | bool "Averaging functions" |
221 | help | ||
222 | This option is provided for the case where no in-kernel-tree | ||
223 | modules require averaging functions, but a module built outside | ||
224 | the kernel tree does. Such modules that use library averaging | ||
225 | functions require Y here. | ||
226 | |||
227 | If unsure, say N. | ||
221 | 228 | ||
222 | endmenu | 229 | endmenu |