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_AT && WIFI

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/drivers/wifi/esp_at/Kconfig.esp_at:84

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

Menu path: (Top) → Device Drivers → Wi-Fi Drivers → Espressif AT Command support

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.)