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: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
b6d45423c6
commit
969326bfff
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue