From 472729a513f50eac18b86dde9a9faf613eb42c1a Mon Sep 17 00:00:00 2001 From: Sudeep Mohanty Date: Tue, 14 Jun 2022 13:53:30 +0200 Subject: [PATCH] freertos-smp: enable FreeRTOS SMP for all targets This commit enables FreeRTOS SMP for esp32s2, esp32s3, esp32c2 and esp32h2. --- components/freertos/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/components/freertos/Kconfig b/components/freertos/Kconfig index 393d08d6e3..134b181f42 100644 --- a/components/freertos/Kconfig +++ b/components/freertos/Kconfig @@ -5,7 +5,6 @@ menu "FreeRTOS" config FREERTOS_SMP bool "Run the SMP FreeRTOS kernel instead (FEATURE UNDER DEVELOPMENT)" - depends on IDF_TARGET_ESP32 || IDF_TARGET_ESP32C3 default "n" help This will cause the FreeRTOS component to compile with the SMP FreeRTOS kernel instead.