-
CONFIG_UART_1_NRF_UARTE
¶
nRF UARTE 1
Type: bool
Help¶
Enable nRF UART with EasyDMA on port 1.
Direct dependencies¶
HAS_HW_NRF_UARTE1
&& UART_NRFX
&& SERIAL
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Symbols that select this symbol¶
Kconfig definition¶
At drivers/serial/Kconfig.nrfx:105
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:84
Menu path: (top menu) → Device Drivers → Serial Drivers → nRF UART nrfx drivers
config UART_1_NRF_UARTE bool prompt "nRF UARTE 1" ifHAS_HW_NRF_UARTE1
&&UART_NRFX
&&SERIAL
selectNRF_UARTE_PERIPHERAL
ifHAS_HW_NRF_UARTE1
&&UART_NRFX
&&SERIAL
depends onHAS_HW_NRF_UARTE1
&&UART_NRFX
&&SERIAL
help Enable nRF UART with EasyDMA on port 1.
(Definitions include propagated dependencies, including from if’s and menus.)