:orphan: .. title:: WIFI_ESP_IP_DHCP .. option:: CONFIG_WIFI_ESP_IP_DHCP *DHCP* Type: ``bool`` Help ==== Use DHCP to get an IP Address. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``drivers/wifi/esp/Kconfig.esp:91`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:76`` → ``drivers/wifi/Kconfig:35`` Menu path: (Top) → Device Drivers → Wi-Fi Drivers → Espressif ESP8266 and ESP32 support → ESP IP Address configuration .. parsed-literal:: config WIFI_ESP_IP_DHCP bool "DHCP" depends on \ :ref:` ` help Use DHCP to get an IP Address. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*