Kconfig Reference
 
  • All Configuration Options
  • Architecture Configuration Options
  • SoC Configuration Options
  • Boards Configuration Options
  • Driver Configuration Options
  • Kernel Configuration Options
  • Library Configuration Options
  • Subsystem Configuration Options
  • External Modules Configuration Options
  • Bridle Configuration Options
Kconfig Reference
  • »
  • CONFIG_SPI_TELINK_B91
  • View page source

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 <Driver>/spi/Kconfig.b91:4

Included via Kconfig:8 → Kconfig.zephyr:42 → <Driver>/Kconfig:40 → <Driver>/spi/Kconfig:54

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.)


© Copyright 2019-2022 TiaC Systems members and individual contributors. Last updated on Apr 01, 2022.

Kconfig Reference
Bridle
Zephyr Project
Devicetree Bindings