kernel: further clean-up options and defaults
authorDaniel Golle <daniel@makrotopia.org>
Mon, 10 Aug 2020 08:40:14 +0000 (09:40 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 10 Aug 2020 08:54:14 +0000 (09:54 +0100)
commit42abe56f1bc0fa20b5f3a35862456d0751c84d51
treed7f54c5fb6ff0af22d26c3867e6acd2dfea03d13
parentcfe235c43686c3bea1479730f0af7ae883180ca8
kernel: further clean-up options and defaults

Remove `if !SMALL_FLASH` in places which are anyway already augmented
by `if !SMALL_FLASH`.
Always enable CONFIG_BLK_DEV_THROTTLING on !SMALL_FLASH devices rather
than just enabling it on bcm27xx.
Enabled CPU bandwidth provisioning for FAIR_GROUP_SCHED on !SMALL_FLASH
devices as CONFIG_FAIR_GROUP_SCHED is already enabled and becomes more
useful for cgroups with that option enbled as well.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
config/Config-kernel.in