-
CONFIG_UART_3_NRF_UARTE
¶
nRF UARTE 3
Type: bool
Help¶
Enable nRF UART with EasyDMA on port 3.
Direct dependencies¶
HAS_HW_NRF_UARTE3
&& !((SOC_SERIES_NRF91X
|| SOC_SERIES_NRF53X
) && (SPI_3
|| I2C_3
)) && UART_NRFX
&& SERIAL
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At drivers/serial/Kconfig.nrfx:250
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:20
→ drivers/serial/Kconfig:93
Menu path: (Top) → Device Drivers → Serial Drivers → nRF UART nrfx drivers
config UART_3_NRF_UARTE bool "nRF UARTE 3" selectNRF_UARTE_PERIPHERAL
depends onHAS_HW_NRF_UARTE3
&& !((SOC_SERIES_NRF91X
||SOC_SERIES_NRF53X
) && (SPI_3
||I2C_3
)) &&UART_NRFX
&&SERIAL
help Enable nRF UART with EasyDMA on port 3.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)