From: Michael Buesch <mb@bu3sch.de>
Date: Tue, 1 Mar 2011 19:03:05 +0000 (+0100)
Subject: lib-average: Make config option selectable
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a7a9a24dcd2c57edf148ca9a14a510a5765ecf20;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git

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>
---

diff --git a/lib/Kconfig b/lib/Kconfig
index 0ee67e08ad3..c70f2a4db35 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -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