summaryrefslogblamecommitdiff
path: root/apps/netutils/dhcpd/Kconfig
blob: 0d3b89f24f89eebed51e8856627263c77145db5d (plain) (tree)
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_DHCPD
	bool "DHCP server"
	default n
	---help---
		Enable support for the DHCP server.

if NETUTILS_DHCPD
endif