2012-04-06 16:33:17 +00:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2012-04-06 16:45:52 +00:00
|
|
|
# see misc/tools/kconfig-language.txt.
|
2012-04-06 16:33:17 +00:00
|
|
|
#
|
2012-04-14 20:01:08 +00:00
|
|
|
|
|
|
|
config NETUTILS_DHCPC
|
|
|
|
bool "DHCP client"
|
|
|
|
default n
|
2015-02-03 08:01:55 -06:00
|
|
|
depends on NET_UDP && NET_BROADCAST && NET_IPv4
|
2012-04-14 20:01:08 +00:00
|
|
|
---help---
|
|
|
|
Enable support for the DHCP client.
|
|
|
|
|
|
|
|
if NETUTILS_DHCPC
|
|
|
|
endif
|