# Copyright (c) 2022-2026 Espressif Systems (Shanghai) Co., Ltd.
# SPDX-License-Identifier: Apache-2.0

mainmenu "Espressif Deep Sleep demo"

config EXAMPLE_WAKEUP_TIME_SEC
	int "Wakeup time in seconds"
	default 5
	help
	  This option sets the time in seconds after which the device
	  will wake up from deep sleep. The value must be greater than 0.

source "Kconfig.zephyr"
