components/esp32: remove dependency of WIFI_ENABLED on FREERTOS_UNICORE
This commit is contained in:
parent
e9f2645b21
commit
1b6022bd07
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ config WIFI_ENABLED
|
||||||
This compiles in the low-level WiFi stack.
|
This compiles in the low-level WiFi stack.
|
||||||
|
|
||||||
Temporarily, this option requires that FreeRTOS runs in single core mode.
|
Temporarily, this option requires that FreeRTOS runs in single core mode.
|
||||||
depends on FREERTOS_UNICORE
|
|
||||||
|
|
||||||
config WIFI_AUTO_STARTUP
|
config WIFI_AUTO_STARTUP
|
||||||
bool "Start WiFi with system startup"
|
bool "Start WiFi with system startup"
|
||||||
|
|
Loading…
Reference in a new issue