1# Copyright (c) 2023 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4config RETAINED_MEM_NRF_GPREGRET
5	bool "nRF GPREGRET driver"
6	default y
7	depends on DT_HAS_NORDIC_NRF_GPREGRET_ENABLED
8	help
9	  Enable driver for Nordic nRF GPREGRET-based retained memory
10	  register support.
11
12config RETAINED_MEM_NRF_RAM_CTRL
13	bool "nRF RAM retention driver"
14	default y
15	depends on DT_HAS_ZEPHYR_RETAINED_RAM_ENABLED && RETAINED_MEM_ZEPHYR_RAM && POWEROFF
16	depends on HAS_NORDIC_RAM_CTRL
17	help
18	  Enable driver for Nordic RAM retention.
19