summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.38/982-make-config-average-selectable.patch
blob: 18fff0aa559b17c69fb6c56f313b32f08f110ef3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -223,6 +223,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