The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_UART_1_NRF_UARTE

(No prompt – not directly user assignable.)

Type: bool

Help

Enable nRF UART with EasyDMA on port 1.

Direct dependencies

UART_NRFX && SERIAL

(Includes any dependencies from ifs and menus.)

Default

  • n

Symbols selected by this symbol

Kconfig definition

At drivers/serial/Kconfig.nrfx:111

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:26drivers/serial/Kconfig:116

Menu path: (Top) → Device Drivers → Serial Drivers → nRF UART nrfx drivers

config UART_1_NRF_UARTE
    bool
    default n
    select NRF_UARTE_PERIPHERAL
    depends on UART_NRFX && SERIAL
    help
      Enable nRF UART with EasyDMA on port 1.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)