From 263dca81d5685258fc96a3c0a97616b31cc004d6 Mon Sep 17 00:00:00 2001 From: Kyra Lengfeld Date: Thu, 21 Nov 2024 15:54:39 +0100 Subject: [PATCH] board default: enable Power Management per default for radio core This commit is just to test, no plan on merging this branch. Signed-off-by: Kyra Lengfeld --- subsys/mpsl/init/mpsl_init.c | 2 +- subsys/mpsl/pm/Kconfig | 1 + west.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/subsys/mpsl/init/mpsl_init.c b/subsys/mpsl/init/mpsl_init.c index 985daa2f043e..5e282a40b4ca 100644 --- a/subsys/mpsl/init/mpsl_init.c +++ b/subsys/mpsl/init/mpsl_init.c @@ -26,7 +26,7 @@ #endif #if IS_ENABLED(CONFIG_MPSL_USE_ZEPHYR_PM) -#include +#include #endif LOG_MODULE_REGISTER(mpsl_init, CONFIG_MPSL_LOG_LEVEL); diff --git a/subsys/mpsl/pm/Kconfig b/subsys/mpsl/pm/Kconfig index f4125e82bdfa..490e61cc43b1 100644 --- a/subsys/mpsl/pm/Kconfig +++ b/subsys/mpsl/pm/Kconfig @@ -9,5 +9,6 @@ config MPSL_USE_ZEPHYR_PM depends on SOC_SERIES_NRF54HX depends on MPSL depends on PM + default y help This option configures MPSL to use Zephyr's Power Management. diff --git a/west.yml b/west.yml index 07010eb309ad..07724e785ab0 100644 --- a/west.yml +++ b/west.yml @@ -69,7 +69,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: 4ba47686ab416ed3a01b5dbac1c0b6f4a478e1fb + revision: pull/2290/head import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above