diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-06-01 11:10:21 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-12-13 15:54:53 +0100 |
commit | e01367e3af82d598d054718303632ec9e0fb1279 (patch) | |
tree | 5a82cf6bd1534cfd354651c6d59a273e1587df99 | |
parent | 6e1e2e7b96afa83b811a7cbb0874d64ffdd5d5f8 (diff) | |
download | upstream-e01367e3af82d598d054718303632ec9e0fb1279.tar.gz upstream-e01367e3af82d598d054718303632ec9e0fb1279.tar.bz2 upstream-e01367e3af82d598d054718303632ec9e0fb1279.zip |
kernel: add CONFIG_SCHED_HRTICK=y to the generic config
It is used by pretty much every target
Signed-off-by: Felix Fietkau <nbd@nbd.name>
(backported from commit b47fd7656336162360ebf66147326763ddae3f8d)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
-rw-r--r-- | target/linux/generic/config-4.4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4 index d265e03e7a..a8fd15d1a4 100644 --- a/target/linux/generic/config-4.4 +++ b/target/linux/generic/config-4.4 @@ -3313,6 +3313,7 @@ CONFIG_RWSEM_GENERIC_SPINLOCK=y # CONFIG_SCHEDSTATS is not set # CONFIG_SCHED_AUTOGROUP is not set # CONFIG_SCHED_DEBUG is not set +CONFIG_SCHED_HRTICK=y # CONFIG_SCHED_MC is not set CONFIG_SCHED_OMIT_FRAME_POINTER=y # CONFIG_SCHED_SMT is not set |