summaryrefslogtreecommitdiff
path: root/apps/netutils/dhcpc/Kconfig
blob: 3249d9d38e668d6db6dde4a56e20a931adb80172 (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_UDP && NET_BROADCAST && NET_IPv4
	---help---
		Enable support for the DHCP client.

if NETUTILS_DHCPC
endif