2012-04-06 16:33:17 +00:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 08:14:53 -06:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2012-04-06 16:33:17 +00:00
|
|
|
#
|
2012-04-13 02:14:09 +00:00
|
|
|
|
|
|
|
config EXAMPLES_DHCPD
|
2018-09-03 09:29:56 -06:00
|
|
|
tristate "DHCP server example"
|
2012-04-13 02:14:09 +00:00
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enable the DHCP server example
|
|
|
|
|
|
|
|
if EXAMPLES_DHCPD
|
2014-03-03 13:10:11 -06:00
|
|
|
|
|
|
|
config EXAMPLES_DHCPD_NOMAC
|
|
|
|
bool "Use Canned MAC Address"
|
|
|
|
default n
|
|
|
|
|
2012-04-13 02:14:09 +00:00
|
|
|
endif
|