CONFIG_ESP32_WIFI_SW_COEXIST_ENABLE

(No prompt – not directly user assignable.)

Type: bool

Help

Software controls WiFi/Bluetooth coexistence. Not supported yet.

Direct dependencies

WIFI_ESP32 && WIFI

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/wifi/esp32/Kconfig.esp32:223

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

Menu path: (Top) → Device Drivers → Wi-Fi Drivers → ESP32 SoC WiFi support

config ESP32_WIFI_SW_COEXIST_ENABLE
    bool
    depends on WIFI_ESP32 && WIFI
    help
      Software controls WiFi/Bluetooth coexistence. Not supported yet.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)