Skip to content

Commit b9cbcf0

Browse files
committed
[nrf fromtree] 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 <[email protected]> (cherry picked from commit 7048e0b)
1 parent a9f3983 commit b9cbcf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/retained_mem/Kconfig.nrf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ config RETAINED_MEM_NRF_RAM_CTRL
1313
bool "nRF RAM retention driver"
1414
default y
1515
depends on DT_HAS_ZEPHYR_RETAINED_RAM_ENABLED && RETAINED_MEM_ZEPHYR_RAM && POWEROFF
16-
depends on SOC_SERIES_NRF52X || SOC_SERIES_NRF53X || SOC_SERIES_NRF54LX || SOC_SERIES_NRF91X
16+
depends on SOC_FAMILY_NORDIC_NRF
1717
help
1818
Enable driver for Nordic RAM retention.

0 commit comments

Comments
 (0)