esp_flash: add opi flash support in esp_flash chip driver, for MXIC

This commit is contained in:
Cao Sen Miao
2021-09-01 15:58:15 +08:00
parent 559c1ac3f9
commit 6c0aebe279
33 changed files with 904 additions and 165 deletions
+9
View File
@@ -248,6 +248,15 @@ menu "SPI Flash driver"
given by ``chip_drv`` member of the chip struct. This adds support for variant
chips, however will extend detecting time.
config SPI_FLASH_SUPPORT_MXIC_OPI_CHIP
bool "mxic (opi)"
depends on IDF_TARGET_ESP32S3
default y
help
Enable this to support auto detection of Octal MXIC chips if chip vendor not directly
given by ``chip_drv`` member of the chip struct. This adds support for variant
chips, however will extend detecting time.
endmenu #auto detect flash chips
config SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE