-
CONFIG_UART_NRFX
¶
nRF UART nrfx drivers
Type: bool
Help¶
Enable support for nrfx UART drivers for nRF MCU series. Peripherals with the same instance ID cannot be used together, e.g. UART_0 and UARTE_0.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At drivers/serial/Kconfig.nrfx:8
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:84
Menu path: (top menu) → Device Drivers → Serial Drivers
menuconfig UART_NRFX bool prompt "nRF UART nrfx drivers" ifSOC_FAMILY_NRF
&&SERIAL
selectSERIAL_HAS_DRIVER
ifSOC_FAMILY_NRF
&&SERIAL
selectSERIAL_SUPPORT_INTERRUPT
ifSOC_FAMILY_NRF
&&SERIAL
selectGPIO
ifSOC_FAMILY_NRF
&&SERIAL
depends onSOC_FAMILY_NRF
&&SERIAL
help Enable support for nrfx UART drivers for nRF MCU series. Peripherals with the same instance ID cannot be used together, e.g. UART_0 and UARTE_0.
(Definitions include propagated dependencies, including from if’s and menus.)