projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
922b9f8
)
cpuidle: Default y on powerpc pSeries
author
Benjamin Herrenschmidt
<
[email protected]
>
Wed, 22 Feb 2012 05:04:24 +0000
(16:04 +1100)
committer
Benjamin Herrenschmidt
<
[email protected]
>
Wed, 22 Feb 2012 05:48:51 +0000
(16:48 +1100)
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 <
[email protected]
>
drivers/cpuidle/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/cpuidle/Kconfig
b/drivers/cpuidle/Kconfig
index 7dbc4a83c45c481cdf743fb531c95a4b67a8bb5a..78a666d1e5f589892620edc200b24c4b254ec273 100644
(file)
--- 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