[source] kernel: add CONFIG_SCHED_HRTICK=y to the generic config
LEDE Commits
lede-commits at lists.infradead.org
Thu Dec 14 09:44:32 PST 2017
jow pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/e01367e3af82d598d054718303632ec9e0fb1279
commit e01367e3af82d598d054718303632ec9e0fb1279
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Thu Jun 1 11:10:21 2017 +0200
kernel: add CONFIG_SCHED_HRTICK=y to the generic config
It is used by pretty much every target
Signed-off-by: Felix Fietkau <nbd at nbd.name>
(backported from commit b47fd7656336162360ebf66147326763ddae3f8d)
Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
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 d265e03..a8fd15d 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
More information about the lede-commits
mailing list