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_UART_TELINK_B91
  • View page source

CONFIG_UART_TELINK_B91

Telink B91 UART driver

Type: bool

Help

This option enables the B91 serial driver.

Direct dependencies

BOARD_TLSR9518ADK80D || (SOC_RISCV_TELINK_B91 && SERIAL)

(Includes any dependencies from ifs and menus.)

Default

  • y if SERIAL

Symbols selected by this symbol

  • SERIAL_HAS_DRIVER

  • SERIAL_SUPPORT_INTERRUPT

Kconfig definitions

At <Boards>/riscv/tlsr9518adk80d/Kconfig.defconfig:15

Included via Kconfig:8 → Kconfig.zephyr:22

Menu path: (Top)

config UART_TELINK_B91
    bool
    default y if SERIAL
    depends on BOARD_TLSR9518ADK80D

At <Driver>/serial/Kconfig.b91:6

Included via Kconfig:8 → Kconfig.zephyr:42 → <Driver>/Kconfig:26 → <Driver>/serial/Kconfig:102

Menu path: (Top) → Device Drivers → Serial Drivers

config UART_TELINK_B91
    bool "Telink B91 UART driver"
    select SERIAL_HAS_DRIVER
    select SERIAL_SUPPORT_INTERRUPT
    depends on SOC_RISCV_TELINK_B91 && SERIAL
    help
      This option enables the B91 serial 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