From 1b6022bd07a513089fb83b0407a942dff909d2ef Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Mon, 12 Sep 2016 19:53:38 +0800 Subject: [PATCH] components/esp32: remove dependency of WIFI_ENABLED on FREERTOS_UNICORE --- components/esp32/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/components/esp32/Kconfig b/components/esp32/Kconfig index af34c4a336..154ee4150e 100644 --- a/components/esp32/Kconfig +++ b/components/esp32/Kconfig @@ -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"