kernel: refresh 2.6.38 patches for final release
[openwrt/svn-archive/archive.git] / target / linux / generic / patches-2.6.38 / 982-make-config-average-selectable.patch
1 --- a/lib/Kconfig
2 +++ b/lib/Kconfig
3 @@ -223,6 +223,13 @@ config LRU_CACHE
4 tristate
5
6 config AVERAGE
7 - bool
8 + bool "Averaging functions"
9 + help
10 + This option is provided for the case where no in-kernel-tree
11 + modules require averaging functions, but a module built outside
12 + the kernel tree does. Such modules that use library averaging
13 + functions require Y here.
14 +
15 + If unsure, say N.
16
17 endmenu