apps/netutils/ntpclient/Kconfig: NTP client should depend on NET_SOCKOPTS.

This commit is contained in:
liuhuahang 2019-12-05 07:09:27 -06:00 committed by Gregory Nutt
parent 57f99a6fb7
commit ee53a90fa5

View File

@ -6,7 +6,7 @@
config NETUTILS_NTPCLIENT
bool "NTP client"
default n
depends on NET_UDP
depends on NET_UDP && NET_SOCKOPTS
---help---
Enable support for the minimal NTP client.