| # Copyright (c) 2021 Nordic Semiconductor ASA | |
| # SPDX-License-Identifier: Apache-2.0 | |
| mainmenu "Nordic SYSTEM_OFF demo" | |
| config APP_RETENTION | |
| bool "State retention in system off" | |
| depends on SOC_COMPATIBLE_NRF52X | |
| help | |
| On some Nordic chips this application supports retaining | |
| memory while in system off. Select this to enable the | |
| feature. | |
| source "Kconfig.zephyr" |