Skip to content

Commit 09a5c9e

Browse files
committed
board definitions: 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 <[email protected]>
1 parent 4ba4768 commit 09a5c9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

soc/nordic/nrf54h/Kconfig.defconfig.nrf54h20_cpurad

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ config NUM_IRQS
1111
config NRF_REGTOOL_GENERATE_UICR
1212
default y
1313

14+
# Enable Power Management
15+
CONFIG_PM=y
16+
1417
endif # SOC_NRF54H20_CPURAD || SOC_NRF54H20_ENGB_CPURAD

0 commit comments

Comments
 (0)