The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_UART_0_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_0_NRF_UART || UART_0_NRF_UARTE) && UART_NRFX && SERIAL

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/serial/Kconfig.nrfx:66

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_0_NRF_FLOW_CONTROL
    bool
    prompt "Enable flow control" if (UART_0_NRF_UART || UART_0_NRF_UARTE) && UART_NRFX && SERIAL
    depends on (UART_0_NRF_UART || UART_0_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.)