mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-20 07:29:06 +08:00
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4610 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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
|