2017-09-05 18:40:39 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2017 Linaro Limited
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
|
|
|
menuconfig SNTP
|
|
|
|
bool "SNTP Support"
|
|
|
|
select NET_APP_CLIENT
|
|
|
|
help
|
2017-12-13 23:08:21 +08:00
|
|
|
Enable SNTP client library
|
2017-09-05 18:40:39 +08:00
|
|
|
|
|
|
|
if SNTP
|
|
|
|
|
2018-10-05 20:14:58 +08:00
|
|
|
module = SNTP
|
|
|
|
module-dep = NET_LOG
|
|
|
|
module-str = Log level for SNTP
|
|
|
|
module-help = Enable debug message of SNTP client library.
|
2018-07-10 20:50:29 +08:00
|
|
|
source "subsys/net/Kconfig.template.log_config.net"
|
2017-09-05 18:40:39 +08:00
|
|
|
|
|
|
|
endif # SNTP
|