:orphan: .. title:: choice: ESP IP Address configuration .. _choice_307: .. describe:: choice: ESP IP Address configuration *ESP IP Address configuration* Type: ``bool`` Help ==== Choose whether to use an IP assigned by DHCP Server or configure a static IP Address. Direct dependencies =================== \ :option:`WIFI_ESP ` && \ :option:`WIFI ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`WIFI_ESP_IP_DHCP ` Choice options ============== - \ :option:`WIFI_ESP_IP_DHCP ` - \ :option:`WIFI_ESP_IP_STATIC ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/wifi/esp/Kconfig.esp:84`` 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 .. parsed-literal:: choice bool "ESP IP Address configuration" default \ :option:`WIFI_ESP_IP_DHCP ` depends on \ :option:`WIFI_ESP ` && \ :option:`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.)*