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