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 menuconfig WIFI_ESP32
bool "ESP32 SoC WiFi support" bool "ESP32 SoC WiFi support"
depends on !SMP
select THREAD_CUSTOM_DATA select THREAD_CUSTOM_DATA
help 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 if WIFI_ESP32

View file

@ -11,9 +11,6 @@ config SOC
config IRQ_OFFLOAD_INTNUM config IRQ_OFFLOAD_INTNUM
default 7 default 7
config SMP
default n
if SMP if SMP
config SCHED_IPI_SUPPORTED config SCHED_IPI_SUPPORTED