aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power/Kconfig
diff options
context:
space:
mode:
authorRafael J. Wysocki <rjw@sisk.pl>2011-04-29 18:25:44 -0400
committerRafael J. Wysocki <rjw@sisk.pl>2011-04-29 18:25:44 -0400
commit85eb8c8d0b0900c073b0e6f89979ac9c439ade1a (patch)
treeff3486424b60bb8de28ef76655d65cd0c1180449 /kernel/power/Kconfig
parent1d2b71f61b6a10216274e27b717becf9ae101fc7 (diff)
PM / Runtime: Generic clock manipulation rountines for runtime PM (v6)
Many different platforms and subsystems may want to disable device clocks during suspend and enable them during resume which is going to be done in a very similar way in all those cases. For this reason, provide generic routines for the manipulation of device clocks during suspend and resume. Convert the ARM shmobile platform to using the new routines. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'kernel/power/Kconfig')
-rw-r--r--kernel/power/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig
index 6de9a8fc3417..d74ad4a90695 100644
--- a/kernel/power/Kconfig
+++ b/kernel/power/Kconfig
@@ -229,3 +229,7 @@ config PM_OPP
229 representing individual voltage domains and provides SOC 229 representing individual voltage domains and provides SOC
230 implementations a ready to use framework to manage OPPs. 230 implementations a ready to use framework to manage OPPs.
231 For more information, read <file:Documentation/power/opp.txt> 231 For more information, read <file:Documentation/power/opp.txt>
232
233config PM_RUNTIME_CLK
234 def_bool y
235 depends on PM_RUNTIME && HAVE_CLK