Enable powerclamp to enforce idle time in which will contribute to more C-states residency.
Signed-off-by: Rebecca Chang Swee Fun <[email protected]> --- features/thermal/coretemp.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/features/thermal/coretemp.cfg b/features/thermal/coretemp.cfg index f46f32d..9be6e74 100644 --- a/features/thermal/coretemp.cfg +++ b/features/thermal/coretemp.cfg @@ -9,3 +9,6 @@ CONFIG_INTEL_SOC_DTS_THERMAL=m # ACPI INT340X thermal drivers CONFIG_INT340X_THERMAL=m + +# Intel PowerClamp idle injection driver +CONFIG_INTEL_POWERCLAMP=y -- 1.9.1 -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
