:orphan: .. title:: UART_1_NRF_UARTE .. option:: CONFIG_UART_1_NRF_UARTE *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== Enable nRF UART with EasyDMA on port 1. Direct dependencies =================== \ :option:`UART_NRFX ` && \ :option:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Symbols selected by this symbol =============================== - \ :option:`NRF_UARTE_PERIPHERAL ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/serial/Kconfig.nrfx:104`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:24`` → ``drivers/serial/Kconfig:93`` Menu path: (Top) → Device Drivers → Serial Drivers → nRF UART nrfx drivers .. parsed-literal:: config UART_1_NRF_UARTE bool default n select \ :option:`NRF_UARTE_PERIPHERAL ` depends on \ :option:`UART_NRFX ` && \ :option:`SERIAL ` help Enable nRF UART with EasyDMA on port 1. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*