-
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¶
Symbols that select this symbol¶
Kconfig definitions¶
At <Zephyr>/boards/arm/holyiot_yj16019/Kconfig.defconfig:14
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:24
Menu path: (Top)
config UART_NRFX
bool
default n
depends on BOARD_HOLYIOT_YJ16019
At <Zephyr>/drivers/serial/Kconfig.nrfx:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:24
→ <Zephyr>/drivers/serial/Kconfig:93
Menu path: (Top) → Device Drivers → Serial Drivers
menuconfig UART_NRFX bool "nRF UART nrfx drivers" default y selectSERIAL_HAS_DRIVER
selectSERIAL_SUPPORT_INTERRUPT
selectSERIAL_SUPPORT_ASYNC
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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)