Skip to content

Commit

Permalink
intel_idle: disable module support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Len Brown committed Aug 14, 2010
1 parent ec67a2b commit 6ce9cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/idle/Kconfig
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6ce9cd8

Please sign in to comment.