CONFIG_UART_0_NRF_UART

nRF UART 0

Type: bool

Help

Enable nRF UART without EasyDMA on port 0.

Direct dependencies

HAS_HW_NRF_UART0 && <choice: UART Port 0 Driver type>

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

Kconfig definition

At drivers/serial/Kconfig.nrfx:27

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

Menu path: (top menu) → Device Drivers → Serial Drivers → nRF UART nrfx drivers → UART Port 0 Driver type

config UART_0_NRF_UART
    bool
    prompt "nRF UART 0" if HAS_HW_NRF_UART0 && <choice: UART Port 0 Driver type>
    select NRF_UART_PERIPHERAL if HAS_HW_NRF_UART0 && <choice: UART Port 0 Driver type>
    depends on HAS_HW_NRF_UART0 && <choice: UART Port 0 Driver type>
    help
      Enable nRF UART without EasyDMA on port 0.

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