-
CONFIG_UART_NS16550_LINE_CTRL
¶
Enable Serial Line Control for Apps
Type: bool
Help¶
This enables the API for apps to control the serial line, such as CTS and RTS.
Says n if not sure.
Direct dependencies¶
UART_LINE_CTRL
&& UART_NS16550
&& SERIAL
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/serial/Kconfig.ns16550:28
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:58
Menu path: (top menu) → Device Drivers → Serial Drivers → NS16550 serial driver
config UART_NS16550_LINE_CTRL bool prompt "Enable Serial Line Control for Apps" ifUART_LINE_CTRL
&&UART_NS16550
&&SERIAL
depends onUART_LINE_CTRL
&&UART_NS16550
&&SERIAL
help This enables the API for apps to control the serial line, such as CTS and RTS. Says n if not sure.
(Definitions include propagated dependencies, including from if’s and menus.)