diff --git a/components/esp32s2/Kconfig b/components/esp32s2/Kconfig index dbbdf9c4b90..0e0a092ca94 100644 --- a/components/esp32s2/Kconfig +++ b/components/esp32s2/Kconfig @@ -176,7 +176,6 @@ menu "ESP32S2-specific" This option allows for passing memory allocated from SPIRAM to be passed to xTaskCreateStatic. This should only be used for tasks where the stack is never accessed while the cache is disabled. - Cannot be used together with ESP_COREDUMP_ENABLE_TO_FLASH. choice SPIRAM_SPEED prompt "Set RAM clock speed" diff --git a/components/esp32s3/Kconfig b/components/esp32s3/Kconfig index d4a4d0631cd..c9b72371807 100644 --- a/components/esp32s3/Kconfig +++ b/components/esp32s3/Kconfig @@ -245,7 +245,6 @@ menu "ESP32S3-Specific" This option allows for passing memory allocated from SPIRAM to be passed to xTaskCreateStatic. This should only be used for tasks where the stack is never accessed while the cache is disabled. - Cannot be used together with ESP_COREDUMP_ENABLE_TO_FLASH. choice SPIRAM_SPEED prompt "Set RAM clock speed"