summaryrefslogtreecommitdiff
path: root/apps/netutils/resolv/Kconfig
blob: 3274889aa20af6bbdda95c026bb429013cd7f953 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# 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