2012-04-06 18:33:17 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 16:14:53 +02:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2012-04-06 18:33:17 +02:00
|
|
|
#
|
2012-04-14 22:01:08 +02:00
|
|
|
|
|
|
|
config NETUTILS_DHCPC
|
|
|
|
bool "DHCP client"
|
|
|
|
default n
|
2015-02-03 15:01:55 +01:00
|
|
|
depends on NET_UDP && NET_BROADCAST && NET_IPv4
|
2012-04-14 22:01:08 +02:00
|
|
|
---help---
|
|
|
|
Enable support for the DHCP client.
|
|
|
|
|
|
|
|
if NETUTILS_DHCPC
|
2017-05-02 16:20:05 +02:00
|
|
|
|
2019-08-14 13:29:18 +02:00
|
|
|
config NETUTILS_DHCPC_HOST_NAME
|
|
|
|
string "DHCP client host name"
|
|
|
|
default "nuttx"
|
|
|
|
|
2012-04-14 22:01:08 +02:00
|
|
|
endif
|