From 471ed020e77ef26e20f72ccc27f127ba259b59c8 Mon Sep 17 00:00:00 2001 From: lean Date: Tue, 30 Aug 2022 17:19:06 +0800 Subject: [PATCH] x86: enable intel idle driver on x64 --- target/linux/x86/64/config-5.15 | 1 + target/linux/x86/64/config-5.19 | 1 + 2 files changed, 2 insertions(+) diff --git a/target/linux/x86/64/config-5.15 b/target/linux/x86/64/config-5.15 index 803cb9b71..bb848fa60 100644 --- a/target/linux/x86/64/config-5.15 +++ b/target/linux/x86/64/config-5.15 @@ -232,6 +232,7 @@ CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000 CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y CONFIG_INTEL_GTT=y # CONFIG_INTEL_IDXD is not set +CONFIG_INTEL_IDLE=y # CONFIG_INTEL_IPS is not set # CONFIG_INTEL_MEI_HDCP is not set # CONFIG_INTEL_MENLOW is not set diff --git a/target/linux/x86/64/config-5.19 b/target/linux/x86/64/config-5.19 index 563590eb6..56ff80b1e 100644 --- a/target/linux/x86/64/config-5.19 +++ b/target/linux/x86/64/config-5.19 @@ -259,6 +259,7 @@ CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000 CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y CONFIG_INTEL_GTT=y # CONFIG_INTEL_IDXD_COMPAT is not set +CONFIG_INTEL_IDLE=y # CONFIG_INTEL_IPS is not set # CONFIG_INTEL_MEI_HDCP is not set # CONFIG_INTEL_MEI_PXP is not set