Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7a9a24d authored by Michael Buesch's avatar Michael Buesch Committed by John W. Linville
Browse files

lib-average: Make config option selectable



Make CONFIG_AVERAGE selectable for out-of-tree users
such as compat-wireless.

Signed-off-by: default avatarMichael Buesch <mb@bu3sch.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent b06af7a5
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -217,6 +217,13 @@ config LRU_CACHE
	tristate

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