aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2010-10-10 08:54:52 -0400
committerLen Brown <len.brown@intel.com>2010-10-19 13:37:56 -0400
commita4084c147bd06ecc13d787eec626ff1faf8f5851 (patch)
tree93629474519099bebeadc0278b443a9eda3a18be
parentcd07202cc8262e1669edff0d97715f3dd9260917 (diff)
ACPI: Only processor needs CPU_IDLE
ACPI support itself doesn't need CPU_IDLE, only ACPI_PROCESSOR does, so only ACPI_PROCESSOR should select CPU_IDLE. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Len Brown <len.brown@intel.com>
-rw-r--r--drivers/acpi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index 88681aca88c5..79f4178c4719 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -9,7 +9,6 @@ menuconfig ACPI
9 depends on PCI 9 depends on PCI
10 depends on PM 10 depends on PM
11 select PNP 11 select PNP
12 select CPU_IDLE
13 default y 12 default y
14 help 13 help
15 Advanced Configuration and Power Interface (ACPI) support for 14 Advanced Configuration and Power Interface (ACPI) support for
@@ -206,6 +205,7 @@ config ACPI_DOCK
206config ACPI_PROCESSOR 205config ACPI_PROCESSOR
207 tristate "Processor" 206 tristate "Processor"
208 select THERMAL 207 select THERMAL
208 select CPU_IDLE
209 default y 209 default y
210 help 210 help
211 This driver installs ACPI as the idle handler for Linux and uses 211 This driver installs ACPI as the idle handler for Linux and uses