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 drivers/wifi/esp_at/Kconfig.esp_at:91
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:78
→ 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.)