Commit 969326bf authored by Gerard Marull-Paretas's avatar Gerard Marull-Paretas Committed by Mahesh Mahadevan
Browse files

soc: nordic: nrf54h: disable PM_DEVICE_POWER_DOMAIN



It is enabled by default if we enable device PM, but we do not want
this, otherwise we get linker errors (PM subsys, fun guaranteed!).

Signed-off-by: default avatarGerard Marull-Paretas <gerard@teslabs.com>
parent b6d45423
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -39,4 +39,7 @@ config SPI_DW_HSSI
config SPI_DW_ACCESS_WORD_ONLY
	default y if SPI_DW

config PM_DEVICE_POWER_DOMAIN
	default n if PM_DEVICE

endif # SOC_SERIES_NRF54HX