esp32: drivers: spi_flash: add host flash support

Add support for ESP32 host flash chip

Signed-off-by: Glauber Maroto Ferreira <glauber.ferreira@espressif.com>
This commit is contained in:
Glauber Maroto Ferreira 2021-02-26 12:04:09 -03:00 committed by Anas Nashif
commit d8f6e66588
10 changed files with 685 additions and 1 deletions

View file

@ -60,6 +60,8 @@ config FLASH_PAGE_LAYOUT
source "drivers/flash/Kconfig.at45"
source "drivers/flash/Kconfig.esp32"
source "drivers/flash/Kconfig.nrf"
source "drivers/flash/Kconfig.lpc"