CONFIG_UART_0_NRF_UART¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
Enable nRF UART without EasyDMA on port 0.
Default¶
- n 
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr Driver>/serial/Kconfig.nrfx:25
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:26 → <Zephyr Driver>/serial/Kconfig:116
Menu path: (Top) → Device Drivers → Serial Drivers → nRF UART nrfx drivers
config UART_0_NRF_UART
    bool
    default n
    select NRF_UART_PERIPHERAL
    depends on UART_NRFX && SERIAL
    help
      Enable nRF UART without EasyDMA on port 0.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)