kernel: update bcma and ssb to version master-2011-12-16 from wireless-testing
[openwrt.git] / target / linux / generic / patches-2.6.38 / 258-make_config_average_selectable.patch
1 --- a/lib/Kconfig
2 +++ b/lib/Kconfig
3 @@ -217,6 +217,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