apps/netutils/ntpclient/Kconfig: NTP client should depend on NET_SOCKOPTS.
This commit is contained in:
parent
57f99a6fb7
commit
ee53a90fa5
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user