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

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/serial/Kconfig.nrfx:8

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:22drivers/serial/Kconfig:84

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

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