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>
This commit is contained in:
parent
cd07202cc8
commit
a4084c147b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue