diff options
author | Nick Winans <nick@winans.codes> | 2021-07-27 00:14:52 -0500 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-08-02 21:48:42 -0400 |
commit | 2b9deb824b9fa6bb22d73ccec4794ff51fabdfc7 (patch) | |
tree | 0ba608dd4a7c3a053f12add411046bd22e1f1cce /app/Kconfig | |
parent | f31ffd8acbf1725977744e836e2602e2cc488445 (diff) |
feat(power): Update device power management Kconfig
Diffstat (limited to 'app/Kconfig')
-rw-r--r-- | app/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Kconfig b/app/Kconfig index 68363d5..f23930b 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -267,7 +267,7 @@ choice SYS_PM_POLICY default PM_POLICY_APP endchoice -config DEVICE_POWER_MANAGEMENT +config PM_DEVICE default y config ZMK_IDLE_SLEEP_TIMEOUT |