soc: nordic: nrf54h: Change PM_DEVICE_RUNTIME default
nrf54h20 device requires device runtime PM to be enabled when device PM is in use. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
fe32d059af
commit
4b1691531b
1 changed files with 3 additions and 0 deletions
|
@ -42,4 +42,7 @@ config SPI_DW_ACCESS_WORD_ONLY
|
||||||
config PM_DEVICE_POWER_DOMAIN
|
config PM_DEVICE_POWER_DOMAIN
|
||||||
default n if PM_DEVICE
|
default n if PM_DEVICE
|
||||||
|
|
||||||
|
config PM_DEVICE_RUNTIME
|
||||||
|
default y if PM_DEVICE
|
||||||
|
|
||||||
endif # SOC_SERIES_NRF54HX
|
endif # SOC_SERIES_NRF54HX
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue