1# Copyright (c) 2021 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4mainmenu "Nordic SYSTEM_OFF demo"
5
6config APP_RETENTION
7	bool "State retention in system off"
8	depends on SOC_COMPATIBLE_NRF52X && CRC
9	help
10	  On some Nordic chips this application supports retaining
11	  memory while in system off.  Select this to enable the
12	  feature.
13
14source "Kconfig.zephyr"
15