diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2021-06-19 10:57:33 +0100 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-07-17 17:04:25 -0400 |
commit | ad981c3bbda0c2f047b6387c41d4b02dd30508e7 (patch) | |
tree | 871461c7b314b09f00a4e5eb0516b0661797df83 /app/Kconfig | |
parent | 71a85a0c8eeef8d5482ee06f7e06bf35cabbbf9b (diff) |
refactor(core): update power API to Zephyr v2.5.0
See: https://github.com/zephyrproject-rtos/zephyr/pull/29410
PR: https://github.com/zmkfirmware/zmk/pull/736
Diffstat (limited to 'app/Kconfig')
-rw-r--r-- | app/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/Kconfig b/app/Kconfig index d83561b..f4a316b 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -263,11 +263,8 @@ config ZMK_SLEEP if ZMK_SLEEP -config SYS_POWER_DEEP_SLEEP_STATES - default y - choice SYS_PM_POLICY - default SYS_PM_POLICY_APP + default PM_POLICY_APP endchoice config DEVICE_POWER_MANAGEMENT |