diff mbox

lib-average: Make config option selectable

Message ID 1299006185.28897.5.camel@marge (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Michael Buesch March 1, 2011, 7:03 p.m. UTC
None
diff mbox

Patch

Index: linux-2.6.38-rc6/lib/Kconfig
===================================================================
--- linux-2.6.38-rc6.orig/lib/Kconfig	2011-03-01 19:24:16.246703947 +0100
+++ linux-2.6.38-rc6/lib/Kconfig	2011-03-01 19:26:58.696312483 +0100
@@ -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