From e01367e3af82d598d054718303632ec9e0fb1279 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 1 Jun 2017 11:10:21 +0200 Subject: [PATCH 1/1] kernel: add CONFIG_SCHED_HRTICK=y to the generic config It is used by pretty much every target Signed-off-by: Felix Fietkau (backported from commit b47fd7656336162360ebf66147326763ddae3f8d) Signed-off-by: Jo-Philipp Wich --- target/linux/generic/config-4.4 | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2