diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-08-17 13:15:25 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-08-17 13:15:25 -0700 |
commit | b4fd4ae6c6420c18e4bae2c294b7e06f5ff5210f (patch) | |
tree | a948e1f99dbce5d34da04b3e655d3655335848d7 /kernel/power/Kconfig | |
parent | aa462abe8aaf2198d6aef97da20c874ac694a39f (diff) | |
parent | 17f2ae7f677f023997e02fd2ebabd90ea2a0390d (diff) | |
download | linux-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/power/Kconfig')
-rw-r--r-- | kernel/power/Kconfig | 4 |
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 |