Skip to content

Commit c45c708

Browse files
committed
soc: nordic: nrf54h: make PM default y
Also enables PM_DEVICE=y Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 9c01b7e commit c45c708

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

soc/nordic/nrf54h/Kconfig.defconfig

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,12 @@ config SPI_DW_HSSI
3535
config SPI_DW_ACCESS_WORD_ONLY
3636
default y if SPI_DW
3737

38-
if PM
38+
config PM
39+
default y
3940

4041
config PM_DEVICE
4142
default y
4243

43-
endif # PM
44-
45-
if PM_DEVICE
46-
4744
config PM_DEVICE_RUNTIME
4845
default y
4946

@@ -53,8 +50,6 @@ config DEVICE_DEPS
5350
config PM_DEVICE_POWER_DOMAIN
5451
default y
5552

56-
endif # PM_DEVICE
57-
5853
config SYS_CLOCK_HW_CYCLES_PER_SEC
5954
default $(dt_nodelabel_int_prop,grtc,clock-frequency) if NRF_GRTC_TIMER
6055

0 commit comments

Comments
 (0)