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

config NETUTILS_DHCPC
	bool "DHCP client"
	default n
	---help---
		Enable support for the DHCP client.

if NETUTILS_DHCPC
endif