diff --git a/examples/webserver/Kconfig b/examples/webserver/Kconfig index 882c0fc3a..f7805e8c7 100644 --- a/examples/webserver/Kconfig +++ b/examples/webserver/Kconfig @@ -29,6 +29,12 @@ config EXAMPLES_WEBSERVER_NETMASK ---help--- This is the network mask to use on this device. +config EXAMPLES_WEBSERVER_DHCPC + bool "Enable DHCPC" + default n + ---help--- + Enable DHCP client. + config EXAMPLES_WEBSERVER_NOMAC bool "No hardware MAC" default y