:orphan: .. title:: UART_0_NRF_PARITY_BIT .. option:: CONFIG_UART_0_NRF_PARITY_BIT *Enable parity bit* Type: ``bool`` Help ==== Enable parity bit. Direct dependencies =================== (\ :option:`UART_0_NRF_UART ` || \ :option:`UART_0_NRF_UARTE `) && \ :option:`UART_NRFX ` && \ :option:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/serial/Kconfig.nrfx:63`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:24`` → ``drivers/serial/Kconfig:93`` Menu path: (Top) → Device Drivers → Serial Drivers → nRF UART nrfx drivers .. parsed-literal:: config UART_0_NRF_PARITY_BIT bool "Enable parity bit" depends on (\ :option:`UART_0_NRF_UART ` || \ :option:`UART_0_NRF_UARTE `) && \ :option:`UART_NRFX ` && \ :option:`SERIAL ` help Enable parity bit. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*