2012-04-06 18:33:17 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2012-04-06 18:45:52 +02:00
|
|
|
# see misc/tools/kconfig-language.txt.
|
2012-04-06 18:33:17 +02:00
|
|
|
#
|
2012-04-12 23:52:04 +02:00
|
|
|
|
2012-04-14 22:01:08 +02:00
|
|
|
config NETUTILS_RESOLV
|
|
|
|
bool "Name resolution"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enable support for the name resolution.
|
|
|
|
|
2012-04-12 23:52:04 +02:00
|
|
|
config NET_RESOLV_ENTRIES
|
|
|
|
int "Number of resolver entries"
|
|
|
|
default 8
|
2012-04-14 22:22:48 +02:00
|
|
|
depends on NETUTILS_RESOLV
|
2012-04-12 23:52:04 +02:00
|
|
|
---help---
|
|
|
|
Number of resolver entries. Default: 8
|
2012-10-20 15:47:30 +02:00
|
|
|
|
2012-10-20 16:15:59 +02:00
|
|
|
config NET_RESOLV_MAXRESPONSE
|
2012-10-20 15:47:30 +02:00
|
|
|
int "Max response size"
|
|
|
|
default 96
|
|
|
|
depends on NETUTILS_RESOLV
|
|
|
|
---help---
|
|
|
|
This setting determines the maximum size of DHCP response message that
|
|
|
|
can be received. The default is 96 but may need to be larger on enterprise
|
|
|
|
networks (perhaps 176).
|