Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4084c14 authored by Jean Delvare's avatar Jean Delvare Committed by Len Brown
Browse files

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: default avatarJean Delvare <khali@linux-fr.org>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent cd07202c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -9,7 +9,6 @@ menuconfig ACPI
	depends on PCI
	depends on PCI
	depends on PM
	depends on PM
	select PNP
	select PNP
	select CPU_IDLE
	default y
	default y
	help
	help
	  Advanced Configuration and Power Interface (ACPI) support for 
	  Advanced Configuration and Power Interface (ACPI) support for 
@@ -206,6 +205,7 @@ config ACPI_DOCK
config ACPI_PROCESSOR
config ACPI_PROCESSOR
	tristate "Processor"
	tristate "Processor"
	select THERMAL
	select THERMAL
	select CPU_IDLE
	default y
	default y
	help
	help
	  This driver installs ACPI as the idle handler for Linux and uses
	  This driver installs ACPI as the idle handler for Linux and uses