wifi: esp32: disable wifi driver
when SMP support is selected. Signed-off-by: Felipe Neves <felipe.neves@espressif.com>
This commit is contained in:
parent
754ef4d2be
commit
d170079815
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue