zephyr/subsys/net/lib/sntp/Kconfig
Ravi kumar Veeramally f51cebeea2 net: sntp: Rework SNTP client library to use sockets
As networking libraries and protocols are moving to socket
based implementation, reworked SNTP client library to use sockets.

Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
2019-01-29 12:25:01 -05:00

22 lines
368 B
Plaintext

#
# Copyright (c) 2017 Linaro Limited
#
# SPDX-License-Identifier: Apache-2.0
#
menuconfig SNTP
bool "SNTP"
select NET_SOCKETS
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