drivers: retained_mem: nrf: align dependencies to nrf54h20
nRF54H20 cpuapp and cpurad are now compatible with retained_mem, so explicit list of supported devices can be removed. Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
This commit is contained in:
parent
abea54e574
commit
7048e0bec3
|
@ -13,6 +13,6 @@ config RETAINED_MEM_NRF_RAM_CTRL
|
|||
bool "nRF RAM retention driver"
|
||||
default y
|
||||
depends on DT_HAS_ZEPHYR_RETAINED_RAM_ENABLED && RETAINED_MEM_ZEPHYR_RAM && POWEROFF
|
||||
depends on SOC_SERIES_NRF52X || SOC_SERIES_NRF53X || SOC_SERIES_NRF54LX || SOC_SERIES_NRF91X
|
||||
depends on SOC_FAMILY_NORDIC_NRF
|
||||
help
|
||||
Enable driver for Nordic RAM retention.
|
||||
|
|
Loading…
Reference in New Issue