2017-09-05 18:40:39 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2017 Linaro Limited
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
|
|
|
menuconfig SNTP
|
|
|
|
bool "SNTP Support"
|
|
|
|
default n
|
|
|
|
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
|
|
|
|
|
|
|
|
config NET_DEBUG_SNTP
|
|
|
|
bool "Debug SNTP"
|
|
|
|
default n
|
|
|
|
help
|
2017-12-13 23:08:21 +08:00
|
|
|
Enable debug message of SNTP client library
|
2017-09-05 18:40:39 +08:00
|
|
|
|
|
|
|
endif # SNTP
|