diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-06-01 11:10:21 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-06-07 18:31:10 +0200 |
commit | b47fd7656336162360ebf66147326763ddae3f8d (patch) | |
tree | 461e8d28b2cbd3c215d2fdf8e3c2dd2c1aa4ddf3 | |
parent | 415c47de79ada7496c39f435df0b0523472aee58 (diff) | |
download | upstream-b47fd7656336162360ebf66147326763ddae3f8d.tar.gz upstream-b47fd7656336162360ebf66147326763ddae3f8d.tar.bz2 upstream-b47fd7656336162360ebf66147326763ddae3f8d.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>
-rw-r--r-- | target/linux/generic/config-4.4 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-4.9 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4 index 38e9032250..e3458c1de8 100644 --- a/target/linux/generic/config-4.4 +++ b/target/linux/generic/config-4.4 @@ -3325,6 +3325,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 diff --git a/target/linux/generic/config-4.9 b/target/linux/generic/config-4.9 index 130784928b..a979487367 100644 --- a/target/linux/generic/config-4.9 +++ b/target/linux/generic/config-4.9 @@ -3639,6 +3639,7 @@ CONFIG_SBITMAP=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 |