From 26933454daadaf4241323f701b4d9b9f131ccbb5 Mon Sep 17 00:00:00 2001 From: Pawel Langowski Date: Wed, 29 Oct 2025 12:48:23 +0000 Subject: [PATCH] base-defconfig: Enable CONFIG_INTEL_IDLE The config is is required to allow the DUT to enter PC10 state. Signed-off-by: Pawel Langowski --- base-defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base-defconfig b/base-defconfig index 1ad81d6..3d611df 100644 --- a/base-defconfig +++ b/base-defconfig @@ -216,3 +216,5 @@ CONFIG_DEVFREQ_GOV_PASSIVE=m # some systems are locked to X86_X2APIC and can not fall back to the # legacy APIC modes if SGX or TDX are enabled in the BIOS CONFIG_X86_X2APIC=y + +CONFIG_INTEL_IDLE=y