diff options
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 cedd9982306a..deb5461e3216 100644 --- a/kernel/power/Kconfig +++ b/kernel/power/Kconfig | |||
@@ -239,3 +239,7 @@ config PM_GENERIC_DOMAINS | |||
239 | config PM_GENERIC_DOMAINS_RUNTIME | 239 | config PM_GENERIC_DOMAINS_RUNTIME |
240 | def_bool y | 240 | def_bool y |
241 | depends on PM_RUNTIME && PM_GENERIC_DOMAINS | 241 | depends on PM_RUNTIME && PM_GENERIC_DOMAINS |
242 | |||
243 | config CPU_PM | ||
244 | bool | ||
245 | depends on SUSPEND || CPU_IDLE | ||