Skip to content

Commit eb928a8

Browse files
ppryga-nordicnordicjm
authored andcommitted
mpsl: pm: Make MPSL PM integration enabled by default
To make MPLS and protocols based on the library more power optimal enable the integration with Zephyr's PM by default. Signed-off-by: Piotr Pryga <[email protected]>
1 parent 42cd2d1 commit eb928a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/mpsl/pm/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ config MPSL_USE_ZEPHYR_PM
99
depends on SOC_SERIES_NRF54HX
1010
depends on MPSL
1111
depends on PM
12+
default y
1213
help
1314
This option configures MPSL to use Zephyr's Power Management.
1415

0 commit comments

Comments
 (0)