:orphan: .. title:: choice: ESP IP Address configuration .. _choice_442: .. describe:: choice: ESP IP Address configuration *ESP IP Address configuration* Type: ``bool`` Help ==== .. code-block:: none Choose whether to use an IP assigned by DHCP Server or configure a static IP Address. Direct dependencies =================== \ :kconfig:`WIFI_ESP_AT ` && \ :kconfig:`WIFI ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`WIFI_ESP_AT_IP_DHCP ` Choice options ============== - \ :kconfig:`WIFI_ESP_AT_IP_DHCP ` - \ :kconfig:`WIFI_ESP_AT_IP_STATIC ` Kconfig definition ================== At ``/wifi/esp_at/Kconfig.esp_at:84`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:78`` → ``/wifi/Kconfig:35`` Menu path: (Top) → Device Drivers → Wi-Fi Drivers → Espressif AT Command support .. code-block:: kconfig choice bool "ESP IP Address configuration" default WIFI_ESP_AT_IP_DHCP depends on WIFI_ESP_AT && WIFI help Choose whether to use an IP assigned by DHCP Server or configure a static IP Address. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*