-
CONFIG_UART_2_NRF_UARTE
¶
nRF UARTE 2
Type: bool
Help¶
Enable nRF UART with EasyDMA on port 2.
Direct dependencies¶
HAS_HW_NRF_UARTE2
&& !((SOC_SERIES_NRF91X
|| SOC_SERIES_NRF53X
) && (SPI_2
|| I2C_2
)) && 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:179
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_2_NRF_UARTE bool "nRF UARTE 2" selectNRF_UARTE_PERIPHERAL
depends onHAS_HW_NRF_UARTE2
&& !((SOC_SERIES_NRF91X
||SOC_SERIES_NRF53X
) && (SPI_2
||I2C_2
)) &&UART_NRFX
&&SERIAL
help Enable nRF UART with EasyDMA on port 2.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)