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

Enable Serial Line Control API

Type: bool

Help

This enables the API for apps to control the serial line, such as baud rate, CTS and RTS.

Implementation is up to individual driver.

Says no if not sure.

Direct dependencies

(USB_UART_CONSOLE && USB && BOARD_TINYTILE) || SERIAL

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

Defaults

Kconfig definitions

At boards/x86/tinytile/Kconfig.defconfig:36

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config UART_LINE_CTRL
    bool
    default "y" if USB_UART_CONSOLE && USB && BOARD_TINYTILE
    depends on USB_UART_CONSOLE && USB && BOARD_TINYTILE

At drivers/serial/Kconfig:45

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:22

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

config UART_LINE_CTRL
    bool
    prompt "Enable Serial Line Control API" if SERIAL
    depends on SERIAL
    help
      This enables the API for apps to control the serial line,
      such as baud rate, CTS and RTS.

      Implementation is up to individual driver.

      Says no if not sure.

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