drivers: spi: introduce new Telink B91 SPI driver
SPI driver basic support for Telink B91 SoC. Signed-off-by: Yuriy Vynnychek <yura.vynnychek@telink-semi.com>
This commit is contained in:
parent
5d9d35dbb2
commit
87018c50cc
6 changed files with 499 additions and 0 deletions
8
drivers/spi/Kconfig.b91
Normal file
8
drivers/spi/Kconfig.b91
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Copyright (c) 2021 Telink Semiconductor
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config SPI_TELINK_B91
|
||||
bool "Telink Semiconductor B91 SPI driver"
|
||||
depends on SOC_RISCV_TELINK_B91
|
||||
help
|
||||
Enables Telink B91 SPI driver.
|
Loading…
Add table
Add a link
Reference in a new issue