Skip to content

Commit

Permalink
cpuidle: Default y on powerpc pSeries
Browse files Browse the repository at this point in the history
We moved all our pSeries idle loops to the cpu idle framework
so we really want it to come up by default.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
Benjamin Herrenschmidt committed Feb 22, 2012
1 parent 922b9f8 commit aa491ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/cpuidle/Kconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

config CPU_IDLE
bool "CPU idle PM support"
default ACPI
default y if ACPI || PPC_PSERIES
help
CPU idle is a generic framework for supporting software-controlled
idle processor power management. It includes modular cross-platform
Expand Down

0 comments on commit aa491ad

Please sign in to comment.