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:
parent
4962e03d58
commit
fe0b9e85a3
5 changed files with 198 additions and 0 deletions
11
drivers/flash/Kconfig.b91
Normal file
11
drivers/flash/Kconfig.b91
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue