From 6ce9cd8669fa1195fdc21643370e34523c7ac988 Mon Sep 17 00:00:00 2001 From: Len Brown Date: Sat, 14 Aug 2010 14:40:36 -0400 Subject: 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 --- drivers/idle/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/idle/Kconfig') diff --git a/drivers/idle/Kconfig b/drivers/idle/Kconfig index fb5c5186d4aa..82e4e8650f7b 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 -- cgit v1.2.3 From 5a5e28daea69652505ac07eb5fbda4d7f0534926 Mon Sep 17 00:00:00 2001 From: Len Brown Date: Sat, 14 Aug 2010 14:44:08 -0400 Subject: intel_idle: no longer EXPERIMENTAL This is a fully supported driver. Signed-off-by: Len Brown --- drivers/idle/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/idle/Kconfig') diff --git a/drivers/idle/Kconfig b/drivers/idle/Kconfig index 82e4e8650f7b..8489eb58a52c 100644 --- a/drivers/idle/Kconfig +++ b/drivers/idle/Kconfig @@ -3,7 +3,6 @@ config INTEL_IDLE depends on CPU_IDLE depends on X86 depends on CPU_SUP_INTEL - depends on EXPERIMENTAL help Enable intel_idle, a cpuidle driver that includes knowledge of native Intel hardware idle features. The acpi_idle driver -- cgit v1.2.3