drivers: flash: introduce new Telink B91 Flash driver

Flash driver basic support for Telink B91 platform.

Signed-off-by: Yuriy Vynnychek <yura.vynnychek@telink-semi.com>
This commit is contained in:
Yuriy Vynnychek 2021-07-26 12:48:22 +03:00 committed by Christopher Friedt
commit fe0b9e85a3
5 changed files with 198 additions and 0 deletions

View file

@ -58,6 +58,8 @@ config FLASH_PAGE_LAYOUT
help
Enables API for retrieving the layout of flash memory pages.
source "drivers/flash/Kconfig.b91"
source "drivers/flash/Kconfig.at45"
source "drivers/flash/Kconfig.esp32"