You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
372 B
18 lines
372 B
13 years ago
|
#
|
||
|
# 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
|