Skip to content

Commit f98316b

Browse files
committed
[nrf fromtree] soc: nordic: Default enable Power Management on nRF54H20 radio core
Adds CONFIG_PM=y to Radio core in the nRF54H20 SoC on the nRF54H20 DK soc defconf. Signed-off-by: Kyra Lengfeld <[email protected]> (cherry picked from commit 51957c8) Signed-off-by: Kyra Lengfeld <[email protected]>
1 parent 15ffa30 commit f98316b

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+
config PM
15+
default y
16+
1417
endif # SOC_NRF54H20_CPURAD

0 commit comments

Comments
 (0)