:orphan: .. title:: CONFIG_WIFI_ESP_AT_IP_DHCP .. kconfig:: CONFIG_WIFI_ESP_AT_IP_DHCP CONFIG_WIFI_ESP_AT_IP_DHCP ########################## *DHCP* Type: ``bool`` Help ==== .. code-block:: none Use DHCP to get an IP Address. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/wifi/esp_at/Kconfig.esp_at:91`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:78`` → ``/wifi/Kconfig:35`` Menu path: (Top) → Device Drivers → Wi-Fi Drivers → Espressif AT Command support → ESP IP Address configuration .. code-block:: kconfig config WIFI_ESP_AT_IP_DHCP bool "DHCP" depends on help Use DHCP to get an IP Address. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*