diff --git a/components/soc/esp32s31/include/soc/soc_caps.h b/components/soc/esp32s31/include/soc/soc_caps.h index 88d6983940..596396ffdc 100644 --- a/components/soc/esp32s31/include/soc/soc_caps.h +++ b/components/soc/esp32s31/include/soc/soc_caps.h @@ -84,7 +84,7 @@ #define SOC_LP_PERIPHERALS_SUPPORTED 1 #define SOC_LP_I2C_SUPPORTED 1 // #define SOC_LP_SPI_SUPPORTED 1 // TODO: [ESP32S31] IDF-14639 -#define SOC_SPIRAM_SUPPORTED 1 // TODO: [ESP32S31] IDF-14718 +#define SOC_SPIRAM_SUPPORTED 1 #define SOC_PSRAM_DMA_CAPABLE 1 // #define SOC_SDMMC_HOST_SUPPORTED 1 // TODO: [ESP32S31] IDF-14705 #define SOC_CLK_TREE_SUPPORTED 1 @@ -392,7 +392,7 @@ #define SOC_CLK_RC_FAST_SUPPORT_CALIBRATION (1) #define SOC_CLK_APLL_SUPPORTED (1) /*!< Support Audio PLL */ -#define SOC_CLK_MPLL_SUPPORTED (1) /*!< Support MSPI PLL */ // TODO: IDF-14718 +#define SOC_CLK_MPLL_SUPPORTED (1) /*!< Support MSPI PLL */ #define SOC_CLK_XTAL32K_SUPPORTED (1) /*!< Support to connect an external low frequency crystal */ #define SOC_CLK_RC32K_SUPPORTED (1) /*!< Support an internal 32kHz RC oscillator */