freertos-smp: enable FreeRTOS SMP for all targets

This commit enables FreeRTOS SMP for esp32s2, esp32s3, esp32c2 and
esp32h2.
This commit is contained in:
Sudeep Mohanty
2022-06-14 13:53:30 +02:00
parent b20aa0612b
commit 472729a513

View File

@@ -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.