Kconfig: Make NETDB_DNSCLIENT select NET_SOCKOPTS
Because it uses SO_RCVTIMEO.
This commit is contained in:
parent
e189d83e11
commit
d6ed7464b3
@ -55,6 +55,7 @@ menuconfig NETDB_DNSCLIENT
|
|||||||
default n
|
default n
|
||||||
depends on NET && NET_UDP
|
depends on NET && NET_UDP
|
||||||
select LIBC_NETDB
|
select LIBC_NETDB
|
||||||
|
select NET_SOCKOPTS
|
||||||
---help---
|
---help---
|
||||||
Enable support for the name resolution; Enable network host
|
Enable support for the name resolution; Enable network host
|
||||||
resolution via gethostbyname().
|
resolution via gethostbyname().
|
||||||
|
Loading…
Reference in New Issue
Block a user