components/esp32: remove dependency of WIFI_ENABLED on FREERTOS_UNICORE

This commit is contained in:
Ivan Grokhotkov 2016-09-12 19:53:38 +08:00
parent e9f2645b21
commit 1b6022bd07

View file

@ -7,7 +7,6 @@ config WIFI_ENABLED
This compiles in the low-level WiFi stack.
Temporarily, this option requires that FreeRTOS runs in single core mode.
depends on FREERTOS_UNICORE
config WIFI_AUTO_STARTUP
bool "Start WiFi with system startup"