aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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