config: kernel: Fix missing symbol on brcm2708 with CGROUPS
authorDaniel F. Dickinson <cshored@thecshore.com>
Thu, 10 Jan 2019 03:08:26 +0000 (22:08 -0500)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 17 Feb 2019 17:22:40 +0000 (18:22 +0100)
commitda50f027f04e52b152c6e197d2d4a70330669a36
tree0905382cbb8c3c4fd32c7beb9079e158e2b43bcc
parent319c5d7c49503d1afbfb3164b18cf966e11fac6a
config: kernel: Fix missing symbol on brcm2708 with CGROUPS

When CGROUP block io is enabled a new symbol is exposed and needs to
be set or unset else kernel oldconfig hangs waiting for input during
normal OpenWrt builds.  Therefore add sane defaults for this symbol
in that case.  Also, the defaults brcm2708 are different than generic
defaults because the platform's defconfig enables BLK_DEV_THROTTLING
by default (in defconfig config from the patches used to match
upstream's kernel, not in OpenWrt config-4.xx).

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
[make KERNEL_BLK_DEV_THROTTLING_LOW depend on KERNEL_BLK_DEV_THROTTLING]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
config/Config-kernel.in