#
# Copyright (c) 2025 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

menu "nRF Cloud CoAP FOTA Sample"

config COAP_FOTA_JOB_CHECK_RATE_MIN
	int "Rate (minutes) at which this sample will check for FOTA updates"
	range 1 10080
	default 15

config COAP_FOTA_LTE_LED_NUM
	int "LED number to use for LTE connection status"
	default 0

config COAP_FOTA_BUTTON_EVT_NUM
	int "Button number to use for device interactions"
	default 1

module = NRF_CLOUD_COAP_FOTA_SAMPLE
module-str = nRF Cloud CoAP FOTA Sample
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"

endmenu
menu "Zephyr Kernel"
source "Kconfig.zephyr"
endmenu
