From 6b6f88e8d67c3704a174240feee380e7d787cdc3 Mon Sep 17 00:00:00 2001 From: Bard L Date: Thu, 27 Jul 2023 00:51:26 +0800 Subject: [PATCH] rockchip: enable PREEMPT_DYNAMIC scheduling policy --- armv8/config-6.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armv8/config-6.1 b/armv8/config-6.1 index 7457671..9f6f8e1 100644 --- a/armv8/config-6.1 +++ b/armv8/config-6.1 @@ -541,7 +541,7 @@ CONFIG_POWER_RESET=y CONFIG_POWER_SUPPLY=y CONFIG_POWER_SUPPLY_HWMON=y CONFIG_PPS=y -CONFIG_PREEMPT=y +CONFIG_PREEMPT_DYNAMIC=y CONFIG_PREEMPTION=y CONFIG_PREEMPT_BUILD=y CONFIG_PREEMPT_COUNT=y