:orphan: .. title:: choice WIFI_ESP_AT_VERSION: AT version .. _choice_1: .. describe:: choice WIFI_ESP_AT_VERSION: AT version *AT version* Type: ``bool`` Help ==== Select which version of AT command set should be used. Direct dependencies =================== (\ :option:`WIFI_ESP ` && \ :option:`NETWORKING ` && (\ :option:`SHIELD_ESP_8266 ` || \ :option:`SHIELD_ESP_8266_ARDUINO ` || \ :option:`SHIELD_ESP_8266_MIKROBUS `)) || (\ :option:`WIFI_ESP ` && \ :option:`NETWORKING ` && (\ :option:`SHIELD_ESP_8266 ` || \ :option:`SHIELD_ESP_8266_ARDUINO ` || \ :option:`SHIELD_ESP_8266_MIKROBUS `)) || (\ :option:`WIFI_ESP ` && \ :option:`WIFI `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :option:`WIFI_ESP_AT_VERSION_1_7 ` - \ :option:`WIFI_ESP_AT_VERSION_1_7 ` - \ :option:`WIFI_ESP_AT_VERSION_2_0 ` Choice options ============== - \ :option:`WIFI_ESP_AT_VERSION_1_7 ` - \ :option:`WIFI_ESP_AT_VERSION_2_0 ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/shields/esp_8266/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:17`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. parsed-literal:: choice WIFI_ESP_AT_VERSION bool default \ :option:`WIFI_ESP_AT_VERSION_1_7 ` depends on \ :option:`WIFI_ESP ` && \ :option:`NETWORKING ` && (\ :option:`SHIELD_ESP_8266 ` || \ :option:`SHIELD_ESP_8266_ARDUINO ` || \ :option:`SHIELD_ESP_8266_MIKROBUS `) ---- At ``boards/shields/esp_8266/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: choice WIFI_ESP_AT_VERSION bool default \ :option:`WIFI_ESP_AT_VERSION_1_7 ` depends on \ :option:`WIFI_ESP ` && \ :option:`NETWORKING ` && (\ :option:`SHIELD_ESP_8266 ` || \ :option:`SHIELD_ESP_8266_ARDUINO ` || \ :option:`SHIELD_ESP_8266_MIKROBUS `) ---- At ``drivers/wifi/esp/Kconfig.esp:116`` 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 WIFI_ESP_AT_VERSION bool "AT version" default \ :option:`WIFI_ESP_AT_VERSION_2_0 ` depends on \ :option:`WIFI_ESP ` && \ :option:`WIFI ` help Select which version of AT command set should be used. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*