CONFIG_UART_0_NRF_UARTE

(No prompt – not directly user assignable.)

Type: bool

Help

Enable nRF UART with EasyDMA on port 0.

Direct dependencies

UART_NRFX && SERIAL

(Includes any dependencies from ifs and menus.)

Default

  • n

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/drivers/serial/Kconfig.nrfx:31

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 → nRF UART nrfx drivers

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

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