-
CONFIG_WIFI_ESP_AT_IP_DHCP
¶
DHCP
Type: bool
Help¶
Use DHCP to get an IP Address.
Direct dependencies¶
<choice: ESP IP Address configuration>
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At <Zephyr>/drivers/wifi/esp_at/Kconfig.esp_at:91
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 → ESP IP Address configuration
config WIFI_ESP_AT_IP_DHCP
bool "DHCP"
depends on <choice>
help
Use DHCP to get an IP Address.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)