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

config DATE_TIME_MODEM
	bool "Get date time from the nRF9160 onboard modem"
	#depends on NRF_MODEM_LIB
	depends on LTE_LINK_CONTROL
	default y
	help
	  Redefinition to disable modemlib requirement from the tests as we want to mock it.

config SNTP
	bool "SNTP (Simple Network Time Protocol)"
	#depends on NET_SOCKETS
	help
	  Redefinition to disable SNTP requirement from the tests. This is because we want to
	  disable SNTP, and DATE_TIME_NTP selects it. NET_SOCKETS dependency must also be removed.

config ZMS
	default y if (SOC_FLASH_NRF_RRAM || SOC_FLASH_NRF_MRAM)

config NVS
	default y if !(SOC_FLASH_NRF_RRAM || SOC_FLASH_NRF_MRAM)

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