CONFIG_SPI_TELINK_B91¶
Telink Semiconductor B91 SPI driver
Type: bool
Help¶
Enables Telink B91 SPI driver.
Direct dependencies¶
BOARD_TLSR9518ADK80D
|| (SOC_RISCV_TELINK_B91
&& SPI
)
(Includes any dependencies from ifs and menus.)
Default¶
y if
SPI
Kconfig definitions¶
At boards/riscv/tlsr9518adk80d/Kconfig.defconfig:30
Included via Kconfig:8
→ Kconfig.zephyr:22
Menu path: (Top)
config SPI_TELINK_B91
bool
default y if SPI
depends on BOARD_TLSR9518ADK80D
At drivers/spi/Kconfig.b91:4
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:40
→ drivers/spi/Kconfig:44
Menu path: (Top) → Device Drivers → SPI hardware bus support
config SPI_TELINK_B91
bool "Telink Semiconductor B91 SPI driver"
depends on SOC_RISCV_TELINK_B91 && SPI
help
Enables Telink B91 SPI driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)