]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
intel_idle: disable module support
authorLen Brown <len.brown@intel.com>
Sat, 14 Aug 2010 18:40:36 +0000 (14:40 -0400)
committerLen Brown <len.brown@intel.com>
Sat, 14 Aug 2010 18:40:36 +0000 (14:40 -0400)
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>
drivers/idle/Kconfig

index fb5c5186d4aae6b838732cea9e370409a1198310..82e4e8650f7b6683761d8c2e7398e3cbe79a1590 100644 (file)
@@ -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