[PATCH 2/2] UBUNTU: [Config] Build in intel_idle

leann.ogasawara at canonical.com leann.ogasawara at canonical.com
Mon Aug 23 22:36:59 UTC 2010


BugLink: http://bugs.launchpad.net/bugs/615265

We originally had intel_idle enabled as a module.  However, build this
in for now per the following upstream commit:

  commit a45b78e2fa523fba670540ae15fefbbd5933c7c2
  Author: Len Brown <len.brown at intel.com>
  Date:   Sat Aug 14 14:40:36 2010 -0400

    intel_idle: disable module support

    Right now the module capability is cauing more trouble
    than it is worth.  At least one distro built intel_idle as a module
    where it lost the init race with ACPI, making it useless.

    Make intel_idle bool so that if you select it, you will use it.

    We can restore module capability after cpuidle is enhanced
    to handle run-time changing of idle drivers.

Signed-off-by: Leann Ogasawara <leann.ogasawara at canonical.com>
---
 debian.master/config/config.common.ubuntu |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu
index 4757304..86962b4 100644
--- a/debian.master/config/config.common.ubuntu
+++ b/debian.master/config/config.common.ubuntu
@@ -1972,7 +1972,7 @@ CONFIG_INPUT_WISTRON_BTNS=m
 CONFIG_INPUT_WM831X_ON=m
 CONFIG_INPUT_YEALINK=m
 CONFIG_INSTRUCTION_DECODER=y
-CONFIG_INTEL_IDLE=m
+CONFIG_INTEL_IDLE=y
 CONFIG_INTEL_IOATDMA=m
 CONFIG_INTEL_IPS=m
 CONFIG_INTEL_MENLOW=m
-- 
1.7.0.4





More information about the kernel-team mailing list