mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 04:37:36 +08:00
57623d42eb
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5153 42af7a65-404d-4744-a932-0658087f49c3
18 lines
372 B
Plaintext
18 lines
372 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see misc/tools/kconfig-language.txt.
|
|
#
|
|
|
|
config NETUTILS_RESOLV
|
|
bool "Name resolution"
|
|
default n
|
|
---help---
|
|
Enable support for the name resolution.
|
|
|
|
config NET_RESOLV_ENTRIES
|
|
int "Number of resolver entries"
|
|
default 8
|
|
depends on NETUTILS_RESOLV
|
|
---help---
|
|
Number of resolver entries. Default: 8
|