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

Enable flow control

Type: bool

Help

Enable flow control. If selected, additionally two pins, RTS and CTS have to be configured.

Direct dependencies

UART_1_NRF_UARTE && UART_NRFX && SERIAL

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

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At drivers/serial/Kconfig.nrfx:130

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

Menu path: (top menu) → Device Drivers → Serial Drivers → nRF UART nrfx drivers

config UART_1_NRF_FLOW_CONTROL
    bool
    prompt "Enable flow control" if UART_1_NRF_UARTE && UART_NRFX && SERIAL
    depends on UART_1_NRF_UARTE && UART_NRFX && SERIAL
    help
      Enable flow control. If selected, additionally two pins, RTS and CTS
      have to be configured.

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