Skip to content

Commit

Permalink
ACPI: delete CPU_IDLE=n code
Browse files Browse the repository at this point in the history
CPU_IDLE=y has been default for ACPI=y since Nov-2007,
and has shipped in many distributions since then.

Here we delete the CPU_IDLE=n ACPI idle code, since
nobody should be using it, and we don't want to
maintain two versions.

Signed-off-by: Len Brown <[email protected]>
  • Loading branch information
lenb committed Feb 6, 2009
1 parent 31878dd commit 9fdd54f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 608 deletions.
1 change: 1 addition & 0 deletions drivers/acpi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ menuconfig ACPI
depends on PCI
depends on PM
select PNP
select CPU_IDLE
default y
---help---
Advanced Configuration and Power Interface (ACPI) support for
Expand Down
Loading

0 comments on commit 9fdd54f

Please sign in to comment.