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

CONFIG_UART_0_NRF_PARITY_BIT

Enable parity bit

Type: bool

Help

Enable parity bit.

Direct dependencies

(UART_0_NRF_UART || UART_0_NRF_UARTE) && UART_NRFX && SERIAL

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/serial/Kconfig.nrfx:61

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:26drivers/serial/Kconfig:110

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

config UART_0_NRF_PARITY_BIT
    bool "Enable parity bit"
    depends on (UART_0_NRF_UART || UART_0_NRF_UARTE) && UART_NRFX && SERIAL
    help
      Enable parity bit.

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