# Copyright (c) 2021 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0

mainmenu "Nordic SYSTEM_OFF demo"

config APP_USE_RETAINED_MEM
	bool "Use state retention in system off using retained_mem driver"
	select RETAINED_MEM

config GRTC_WAKEUP_ENABLE
	bool "Use GRTC to wake up device from system off"
	default n
	help
	  Switch wake up source from pressing sw0 button to GRTC

source "Kconfig.zephyr"
