2.6.38: Let mac80211 select CONFIG_AVERAGE
[openwrt/svn-archive/archive.git] / target / linux / generic / patches-2.6.38 / 982-make-config-average-selectable.patch
1 Index: linux-2.6.38-rc6/lib/Kconfig
2 ===================================================================
3 --- linux-2.6.38-rc6.orig/lib/Kconfig 2011-03-01 19:24:16.246703947 +0100
4 +++ linux-2.6.38-rc6/lib/Kconfig 2011-03-01 19:26:58.696312483 +0100
5 @@ -223,6 +223,13 @@ config LRU_CACHE
6 tristate
7
8 config AVERAGE
9 - bool
10 + bool "Averaging functions"
11 + help
12 + This option is provided for the case where no in-kernel-tree
13 + modules require averaging functions, but a module built outside
14 + the kernel tree does. Such modules that use library averaging
15 + functions require Y here.
16 +
17 + If unsure, say N.
18
19 endmenu