From 672e2beddbffdf71ebfc21b6b35fe23e3e420c93 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Mon, 22 Apr 2013 17:55:39 +0200 Subject: [PATCH] AppleTV: Disable intel_idle support The AppleTV hardware does not support intel_idle. --- projects/ATV/linux/linux.i386.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ATV/linux/linux.i386.conf b/projects/ATV/linux/linux.i386.conf index 43219093fa..bf2a6e8325 100644 --- a/projects/ATV/linux/linux.i386.conf +++ b/projects/ATV/linux/linux.i386.conf @@ -497,7 +497,7 @@ CONFIG_CPU_IDLE=y CONFIG_CPU_IDLE_GOV_LADDER=y CONFIG_CPU_IDLE_GOV_MENU=y # CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set -CONFIG_INTEL_IDLE=y +# CONFIG_INTEL_IDLE is not set # # Bus options (PCI etc.)