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 <Zephyr Boards>/arm/holyiot_yj16019/Kconfig.defconfig:14
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config UART_NRFX
    bool
    default n
    depends on BOARD_HOLYIOT_YJ16019
At <Zephyr Driver>/serial/Kconfig.nrfx:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:26 → <Zephyr Driver>/serial/Kconfig:116
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.)