:orphan: .. title:: CONFIG_UART_TELINK_B91 .. kconfig:: CONFIG_UART_TELINK_B91 CONFIG_UART_TELINK_B91 ###################### *Telink B91 UART driver* Type: ``bool`` Help ==== .. code-block:: none This option enables the B91 serial driver. Direct dependencies =================== \ :kconfig:`BOARD_TLSR9518ADK80D ` || (\ :kconfig:`SOC_RISCV_TELINK_B91 ` && \ :kconfig:`SERIAL `) *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`SERIAL ` Symbols selected by this symbol =============================== - \ :kconfig:`SERIAL_HAS_DRIVER ` - \ :kconfig:`SERIAL_SUPPORT_INTERRUPT ` Kconfig definitions =================== At ``/riscv/tlsr9518adk80d/Kconfig.defconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config UART_TELINK_B91 bool default y if SERIAL depends on BOARD_TLSR9518ADK80D ---- At ``/serial/Kconfig.b91:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:88`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig 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.)*