The latest development version of this page may be more current than this released 2.5.0 version.
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

WIFI_ESP && WIFI

(Includes any dependencies from ifs and menus.)

Kconfig definition

At drivers/wifi/esp/Kconfig.esp:84

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:76drivers/wifi/Kconfig:35

Menu path: (Top) → Device Drivers → Wi-Fi Drivers → Espressif ESP8266 and ESP32 support

choice
    bool "ESP IP Address configuration"
    default WIFI_ESP_IP_DHCP
    depends on WIFI_ESP && 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.)