]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1b0a028a2fe5d51e790e031d9a8893b11cd03ef3
tree2f9ca7ab89701c25abd24457802c2ea413a984b3
parent6d19f92f02556fe130c0015d495333564ec69465
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>
drivers/idle/Kconfig