:orphan: .. title:: CONFIG_UART_1_NRF_PARITY_BIT .. kconfig:: CONFIG_UART_1_NRF_PARITY_BIT CONFIG_UART_1_NRF_PARITY_BIT ############################ *Enable parity bit* Type: ``bool`` Help ==== .. code-block:: none Enable parity bit. Direct dependencies =================== \ :kconfig:`UART_1_NRF_UARTE ` && \ :kconfig:`UART_NRFX ` && \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/serial/Kconfig.nrfx:140`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:116`` Menu path: (Top) → Device Drivers → Serial Drivers → nRF UART nrfx drivers .. code-block:: kconfig config UART_1_NRF_PARITY_BIT bool "Enable parity bit" depends on UART_1_NRF_UARTE && UART_NRFX && SERIAL help Enable parity bit. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*