aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power/Kconfig
diff options
context:
space:
mode:
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 b90fb99..4e701e6 100644
--- a/kernel/power/Kconfig
+++ b/kernel/power/Kconfig
@@ -295,6 +295,10 @@ config PM_RUNTIME_CLK
def_bool y
depends on PM_RUNTIME && HAVE_CLK
+config CPU_PM
+ bool
+ depends on SUSPEND || CPU_IDLE
+
config SUSPEND_TIME
bool "Log time spent in suspend"
---help---