The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_UART_3_NRF_PARITY_BIT

Enable parity bit

Type: bool

Help

Enable parity bit.

Direct dependencies

UART_3_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:250

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_3_NRF_PARITY_BIT
    bool
    prompt "Enable parity bit" if UART_3_NRF_UARTE && UART_NRFX && SERIAL
    depends on UART_3_NRF_UARTE && UART_NRFX && SERIAL
    help
      Enable parity bit.

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