-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
SERIAL_HAS_DRIVER
ifQMSI
&&SERIAL
SERIAL_SUPPORT_INTERRUPT
ifQMSI
&&SERIAL
Kconfig definition¶
At drivers/serial/Kconfig.qmsi:1
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:80
Menu path: (top menu) → Device Drivers → Serial Drivers
menuconfig UART_QMSI bool prompt "QMSI UART driver" ifQMSI
&&SERIAL
selectSERIAL_HAS_DRIVER
ifQMSI
&&SERIAL
selectSERIAL_SUPPORT_INTERRUPT
ifQMSI
&&SERIAL
depends onQMSI
&&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.)