CONFIG_UART_QMSI

QMSI UART driver

Type: bool

Help

This option enables the QMSI UART driver.

This driver is simply a shim driver based on the UART driver provided by the QMSI BSP.

Direct dependencies

QMSI && SERIAL

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/serial/Kconfig.qmsi:1

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:22drivers/serial/Kconfig:80

Menu path: (top menu) → Device Drivers → Serial Drivers

menuconfig UART_QMSI
    bool
    prompt "QMSI UART driver" if QMSI && SERIAL
    select SERIAL_HAS_DRIVER if QMSI && SERIAL
    select SERIAL_SUPPORT_INTERRUPT if QMSI && SERIAL
    depends on QMSI && SERIAL
    help
      This option enables the QMSI UART driver.

      This driver is simply a shim driver based on the UART driver
      provided by the QMSI BSP.

(Definitions include propagated dependencies, including from if’s and menus.)