aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2012-02-22 16:04:24 +1100
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2012-02-22 16:48:51 +1100
commitaa491ad3d4bf3c7994a419b3bb1c91b9b4fd2a8a (patch)
tree568ff773f9fb3725b538b63967b3099a4b8bdea8 /drivers
parent922b9f86a020258d3ea3bfed27251efaed7a03a3 (diff)
cpuidle: Default y on powerpc pSeries
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/cpuidle/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpuidle/Kconfig b/drivers/cpuidle/Kconfig
index 7dbc4a83c45c..78a666d1e5f5 100644
--- a/drivers/cpuidle/Kconfig
+++ b/drivers/cpuidle/Kconfig
@@ -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