aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86
diff options
context:
space:
mode:
authorMichael Marley <michael@michaelmarley.com>2017-03-11 17:49:26 -0500
committerFelix Fietkau <nbd@nbd.name>2017-03-14 13:28:04 +0100
commit51130b992734070b419ab047531b2978d67fb706 (patch)
treed14c45c8c51b937069294b6afb7b1207ede339f2 /target/linux/x86
parent39df43b9e54cd55ae60cc98ea75fd638ae43a7af (diff)
downloadupstream-51130b992734070b419ab047531b2978d67fb706.tar.gz
upstream-51130b992734070b419ab047531b2978d67fb706.tar.bz2
upstream-51130b992734070b419ab047531b2978d67fb706.zip
kernel: Add intel_idle driver to x86_64 build
This driver supports CPU-specific idle features on recent Intel processors. It does not conflict with the ACPI idle driver and that driver will continue to be used for unsupported and non-Intel processors. Signed-off-by: Michael Marley <michael@michaelmarley.com>
Diffstat (limited to 'target/linux/x86')
-rw-r--r--target/linux/x86/64/config-default1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86/64/config-default b/target/linux/x86/64/config-default
index 04ed3fa8a2..840371c581 100644
--- a/target/linux/x86/64/config-default
+++ b/target/linux/x86/64/config-default
@@ -182,6 +182,7 @@ CONFIG_HYPERV_UTILS=y
# CONFIG_I7300_IDLE is not set
# CONFIG_IA32_EMULATION is not set
CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
+CONFIG_INTEL_IDLE=y
# CONFIG_INTEL_IPS is not set
# CONFIG_INTEL_MENLOW is not set
# CONFIG_INTEL_MIC_BUS is not set