From ad981c3bbda0c2f047b6387c41d4b02dd30508e7 Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Sat, 19 Jun 2021 10:57:33 +0100 Subject: 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 --- app/Kconfig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'app/Kconfig') 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 -- cgit v1.2.3