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

Wait on DTR control signal

Type: bool

Help

Enable this option to use flow control on the console. The uart console waits until the DTR is asserted by the host. Note: Disabling this might lead to missing console prints.

Direct dependencies

USB_UART_CONSOLE && CONSOLE

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/console/Kconfig:93

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

Menu path: (top menu) → Device Drivers → Console drivers

config USB_UART_DTR_WAIT
    bool
    prompt "Wait on DTR control signal" if USB_UART_CONSOLE && CONSOLE
    depends on USB_UART_CONSOLE && CONSOLE
    help
      Enable this option to use flow control on the console. The uart console
      waits until the DTR is asserted by the host.
      Note: Disabling this might lead to missing console prints.

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