:orphan: .. title:: CONFIG_WIFI_ESP_AT_IP_STATIC .. kconfig:: CONFIG_WIFI_ESP_AT_IP_STATIC CONFIG_WIFI_ESP_AT_IP_STATIC ############################ *Static* Type: ``bool`` Help ==== .. code-block:: none Setup Static IP Address. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/wifi/esp_at/Kconfig.esp_at:96`` 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_STATIC bool "Static" depends on help Setup Static IP Address. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*