summaryrefslogtreecommitdiff
path: root/apps/examples/dhcpd/Kconfig
blob: 10f513eca6c92c147ae18381de6e83a6262422c2 (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 EXAMPLES_DHCPD
	bool "DHCP server example"
	default n
	---help---
		Enable the DHCP server example

if EXAMPLES_DHCPD
endif