9
0
Fork 0
nuttx-bb/apps/netutils/resolv/Kconfig

19 lines
369 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.
if NETUTILS_RESOLV
config NET_RESOLV_ENTRIES
int "Number of resolver entries"
default 8
---help---
Number of resolver entries. Default: 8
endif