aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org> 2011-08-17 13:15:25 -0700
committerGravatar Linus Torvalds <torvalds@linux-foundation.org> 2011-08-17 13:15:25 -0700
commitb4fd4ae6c6420c18e4bae2c294b7e06f5ff5210f (patch)
treea948e1f99dbce5d34da04b3e655d3655335848d7 /kernel
parentmm: fix __page_to_pfn for a const struct page argument (diff)
parentPM / Domains: Fix build for CONFIG_PM_RUNTIME unset (diff)
downloadlinux-b4fd4ae6c6420c18e4bae2c294b7e06f5ff5210f.tar.gz
linux-b4fd4ae6c6420c18e4bae2c294b7e06f5ff5210f.tar.bz2
linux-b4fd4ae6c6420c18e4bae2c294b7e06f5ff5210f.zip
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
* 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: PM / Domains: Fix build for CONFIG_PM_RUNTIME unset
Diffstat (limited to 'kernel')
-rw-r--r--kernel/power/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig
index b1914cb9095c..3744c594b19b 100644
--- a/kernel/power/Kconfig
+++ b/kernel/power/Kconfig
@@ -231,3 +231,7 @@ config PM_CLK
config PM_GENERIC_DOMAINS
bool
depends on PM
+
+config PM_GENERIC_DOMAINS_RUNTIME
+ def_bool y
+ depends on PM_RUNTIME && PM_GENERIC_DOMAINS