The latest development version of this page may be more current than this released 1.14.1 version.
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

SOC_FAMILY_NRF && SERIAL

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/serial/Kconfig.nrfx:8

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:22drivers/serial/Kconfig:93

Menu path: (top menu) → Device Drivers → Serial Drivers

menuconfig UART_NRFX
    bool
    prompt "nRF UART nrfx drivers" if SOC_FAMILY_NRF && SERIAL
    default "y" if SOC_FAMILY_NRF && SERIAL
    select SERIAL_HAS_DRIVER if SOC_FAMILY_NRF && SERIAL
    select SERIAL_SUPPORT_INTERRUPT if SOC_FAMILY_NRF && SERIAL
    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.

(Definitions include propagated dependencies, including from if’s and menus.)