diff --git a/components/esp32s2/Kconfig b/components/esp32s2/Kconfig index dbbdf9c4b9..0e0a092ca9 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 d4a4d0631c..c9b7237180 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"