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 && BOARD_DEGU_EVK) || SERIAL

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definitions

At <Zephyr>/boards/arm/degu_evk/Kconfig.defconfig:28

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config UART_LINE_CTRL
    bool
    default y
    depends on USB && BOARD_DEGU_EVK

At <Zephyr>/drivers/serial/Kconfig:47

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:24

Menu path: (Top) → Device Drivers → Serial Drivers

config UART_LINE_CTRL
    bool "Enable Serial Line Control API"
    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.

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