We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d83e7ea commit cb8670eCopy full SHA for cb8670e
components/soc/esp32p4/include/soc/Kconfig.soc_caps.in
@@ -1239,10 +1239,6 @@ config SOC_SPI_MEM_SUPPORT_CHECK_SUS
1239
bool
1240
default y
1241
1242
-config SOC_SPI_MEM_SUPPORT_WRAP
1243
- bool
1244
- default y
1245
-
1246
config SOC_SPI_MEM_SUPPORT_TIMING_TUNING
1247
1248
components/soc/esp32p4/include/soc/soc_caps.h
@@ -500,7 +500,7 @@
500
#define SOC_SPI_MEM_SUPPORT_IDLE_INTR (1)
501
#define SOC_SPI_MEM_SUPPORT_SW_SUSPEND (1)
502
#define SOC_SPI_MEM_SUPPORT_CHECK_SUS (1)
503
-#define SOC_SPI_MEM_SUPPORT_WRAP (1)
+// #define SOC_SPI_MEM_SUPPORT_WRAP (1) //TODO: IDFCI-2073
504
#define SOC_SPI_MEM_SUPPORT_TIMING_TUNING (1)
505
#define SOC_MEMSPI_TIMING_TUNING_BY_DQS (1)
506
0 commit comments