summaryrefslogtreecommitdiff
path: root/apps/netutils/dhcpc/Kconfig
blob: b4d3a1275935b74e45ea2771eb888b72802acd27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

config NETUTILS_DHCPC
	bool "DHCP client"
	default n
	depends on NET && NET_UDP && NET_BROADCAST
	---help---
		Enable support for the DHCP client.

if NETUTILS_DHCPC
endif