summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2010-08-14 14:40:36 -0400
committerLen Brown <len.brown@intel.com>2010-08-14 14:40:36 -0400
commit6ce9cd8669fa1195fdc21643370e34523c7ac988 (patch)
tree2f9ca7ab89701c25abd24457802c2ea413a984b3
parentec67a2ba360d4874b1158e6e87fe1e859b0c9117 (diff)
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 <len.brown@intel.com>
-rw-r--r--drivers/idle/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/idle/Kconfig b/drivers/idle/Kconfig
index fb5c5186d4a..82e4e8650f7 100644
--- a/drivers/idle/Kconfig
+++ b/drivers/idle/Kconfig
@@ -1,5 +1,5 @@
config INTEL_IDLE
- tristate "Cpuidle Driver for Intel Processors"
+ bool "Cpuidle Driver for Intel Processors"
depends on CPU_IDLE
depends on X86
depends on CPU_SUP_INTEL