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
|
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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue