Kconfig: Make NETDB_DNSCLIENT select NET_SOCKOPTS
Because it uses SO_RCVTIMEO.
This commit is contained in:
parent
e189d83e11
commit
d6ed7464b3
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ menuconfig NETDB_DNSCLIENT
|
|||
default n
|
||||
depends on NET && NET_UDP
|
||||
select LIBC_NETDB
|
||||
select NET_SOCKOPTS
|
||||
---help---
|
||||
Enable support for the name resolution; Enable network host
|
||||
resolution via gethostbyname().
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue