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.)
Kconfig definitions¶
At <Zephyr 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 <Zephyr Driver>/spi/Kconfig.b91:4
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:40 → <Zephyr Driver>/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.)