The latest development version of this page may be more current than this released 2.7.5 version.

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 ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/serial/Kconfig.ns16550:14

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:26drivers/serial/Kconfig:90

Menu path: (Top) → Device Drivers → Serial Drivers → NS16550 serial driver

config UART_NS16550_LINE_CTRL
    bool "Enable Serial Line Control for Apps"
    depends on UART_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.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)