Skip to content

Commit 93fe7e1

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 93fe7e1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

soc/nordic/nrf54h/Kconfig.defconfig

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +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-
4544
if PM_DEVICE
4645

4746
config PM_DEVICE_RUNTIME

0 commit comments

Comments
 (0)