mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-04 13:49:08 +00:00
apps/netutils/ntpclient/Kconfig: NTP client should depend on NET_SOCKOPTS.
This commit is contained in:
parent
57f99a6fb7
commit
ee53a90fa5
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue