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>
This commit is contained in:
parent
b06af7a57d
commit
a7a9a24dcd
1 changed files with 8 additions and 1 deletions
|
@ -217,6 +217,13 @@ config LRU_CACHE
|
||||||
tristate
|
tristate
|
||||||
|
|
||||||
config AVERAGE
|
config AVERAGE
|
||||||
bool
|
bool "Averaging functions"
|
||||||
|
help
|
||||||
|
This option is provided for the case where no in-kernel-tree
|
||||||
|
modules require averaging functions, but a module built outside
|
||||||
|
the kernel tree does. Such modules that use library averaging
|
||||||
|
functions require Y here.
|
||||||
|
|
||||||
|
If unsure, say N.
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
Loading…
Add table
Reference in a new issue