blob: 3141a44df8cfe4c33da5e1ff8bc75b1f18acb795 [file] [log] [blame]
#
# Copyright (c) 2017 Linaro Limited
#
# SPDX-License-Identifier: Apache-2.0
#
menuconfig SNTP
bool "SNTP Support"
default n
select NET_APP_CLIENT
help
Enable SNTP client library
if SNTP
config NET_DEBUG_SNTP
bool "Debug SNTP"
default n
help
Enable debug message of SNTP client library
endif # SNTP