CONFIG_UART_2_NRF_PARITY_BIT
Enable parity bit
Type: bool
Help
Enable parity bit.
Direct dependencies
UART_2_NRF_UARTE
&& UART_NRFX
&& SERIAL
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/drivers/serial/Kconfig.nrfx:227
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:26
→ <Zephyr>/drivers/serial/Kconfig:132
Menu path: (Top) → Device Drivers → Serial Drivers → nRF UART nrfx drivers
config UART_2_NRF_PARITY_BIT
bool "Enable parity bit"
depends on UART_2_NRF_UARTE && UART_NRFX && SERIAL
help
Enable parity bit.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)