From: Len Brown Date: Sat, 14 Aug 2010 18:40:36 +0000 (-0400) Subject: intel_idle: disable module support X-Git-Tag: v2.6.36-rc1~7^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ce9cd8669fa1195fdc21643370e34523c7ac988;p=pandora-kernel.git 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: Len Brown --- Reading git-diff-tree failed