summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.38/258-make_config_average_selectable.patch
blob: e66391cb0a698b02b5f0b3fd5a018288fc5a4cd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- 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