blob: 537b7e8ad38b6c3b94b489b9e242e3012bb569e4 [file] [log] [blame]
# Copyright (c) 2017 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
menuconfig SNTP
bool "SNTP (Simple Network Time Protocol)"
depends on NET_SOCKETS
depends on NET_SOCKETS_POSIX_NAMES || POSIX_API
help
Enable SNTP client library
if SNTP
module = SNTP
module-dep = NET_LOG
module-str = Log level for SNTP
module-help = Enable debug message of SNTP client library.
source "subsys/net/Kconfig.template.log_config.net"
endif # SNTP