fix ld err since esp32c2 do not suport config gpio of spi flash via efuse

This commit is contained in:
jingli
2022-01-25 11:02:52 +08:00
parent e70c434780
commit ae127b04cd
13 changed files with 39 additions and 1 deletions

View File

@@ -947,6 +947,10 @@ config SOC_SPI_MEM_SUPPORT_TIME_TUNING
bool
default y
config SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE
bool
default y
config SOC_COEX_HW_PTI
bool
default y

View File

@@ -403,6 +403,7 @@
#define SOC_SPI_MEM_SUPPORT_SW_SUSPEND (1)
#define SOC_SPI_MEM_SUPPORT_OPI_MODE (1)
#define SOC_SPI_MEM_SUPPORT_TIME_TUNING (1)
#define SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE (1)
/*-------------------------- COEXISTENCE HARDWARE PTI CAPS -------------------------------*/
#define SOC_COEX_HW_PTI (1)