-
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.
Direct dependencies¶
BOARD_HOLYIOT_YJ16019 || (SOC_FAMILY_NRF && SERIAL)
(Includes any dependencies from ifs and menus.)
Defaults¶
n
y
Symbols selected by this symbol¶
Kconfig definitions¶
At boards/arm/holyiot_yj16019/Kconfig.defconfig:14
Included via Kconfig:8 → Kconfig.zephyr:18
Menu path: (Top)
config UART_NRFX
bool
default n
depends on BOARD_HOLYIOT_YJ16019
At drivers/serial/Kconfig.nrfx:6
Included via Kconfig:8 → Kconfig.zephyr:32 → drivers/Kconfig:24 → drivers/serial/Kconfig:93
Menu path: (Top) → Device Drivers → Serial Drivers
menuconfig UART_NRFX
bool "nRF UART nrfx drivers"
default y
select SERIAL_HAS_DRIVER
select SERIAL_SUPPORT_INTERRUPT
select SERIAL_SUPPORT_ASYNC
depends on SOC_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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)