Message ID | f0b9f91474ba966fd37a2bdf11bbc6aa10a8663c.1282602312.git.leann.ogasawara@canonical.com |
---|---|
State | Accepted |
Delegated to: | Leann Ogasawara |
Headers | show |
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
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@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@canonical.com> --- debian.master/config/config.common.ubuntu | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)