From dcf24600afb4ad346dc0f2e1ff48cdff9bcf46ca Mon Sep 17 00:00:00 2001 From: EmanuelCN Date: Wed, 3 Apr 2024 18:31:28 +0000 Subject: [PATCH] init: Enable SCHED_THERMAL_PRESSURE by default --- init/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/init/Kconfig b/init/Kconfig index 2c4ed5453ff0..80a737a2e96a 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -453,6 +453,7 @@ config SCHED_WALT for cpufreq governors. config SCHED_THERMAL_PRESSURE + default y bool "Enable periodic averaging of thermal pressure" depends on SMP