22 lines
379 B
Plaintext
22 lines
379 B
Plaintext
#
|
|
# Copyright (c) 2017 Linaro Limited
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
menuconfig SNTP
|
|
bool "SNTP Support"
|
|
select NET_APP_CLIENT
|
|
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
|