Commit 6ce9cd8669fa1195fdc21643370e34523c7ac988

Authored by Len Brown
1 parent ec67a2ba36

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/idle/Kconfig
1 1 config INTEL_IDLE
2   - tristate "Cpuidle Driver for Intel Processors"
  2 + bool "Cpuidle Driver for Intel Processors"
3 3 depends on CPU_IDLE
4 4 depends on X86
5 5 depends on CPU_SUP_INTEL