wifi: esp32: disable wifi driver

when SMP support is selected.

Signed-off-by: Felipe Neves <felipe.neves@espressif.com>
This commit is contained in:
Felipe Neves 2021-12-07 13:44:01 -03:00 committed by Christopher Friedt
commit d170079815
2 changed files with 4 additions and 4 deletions

View file

@ -2,9 +2,12 @@
menuconfig WIFI_ESP32
bool "ESP32 SoC WiFi support"
depends on !SMP
select THREAD_CUSTOM_DATA
help
Enable ESP32 SoC WiFi support.
Enable ESP32 SoC WiFi support. Only supported in single
core mode because the network stack is not aware of SMP
stuff.
if WIFI_ESP32