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

11
drivers/flash/Kconfig.b91 Normal file
View file

@ -0,0 +1,11 @@
# Copyright (c) 2021 Telink Semiconductor
# SPDX-License-Identifier: Apache-2.0
config SOC_FLASH_TELINK_B91
bool "Telink Semiconductor B91 flash driver"
depends on SOC_RISCV_TELINK_B91
select FLASH_HAS_PAGE_LAYOUT
select FLASH_HAS_DRIVER_ENABLED
default y
help
Enables Telink B91 flash driver.