:orphan: .. title:: UART_ENHANCED_POLL_OUT .. option:: CONFIG_UART_ENHANCED_POLL_OUT *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== (\ :option:`UART_0_ENHANCED_POLL_OUT ` || \ :option:`UART_1_ENHANCED_POLL_OUT ` || \ :option:`UART_2_ENHANCED_POLL_OUT ` || \ :option:`UART_3_ENHANCED_POLL_OUT `) && \ :option:`UART_NRFX ` && \ :option:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`NRFX_PPI ` if \ :option:`HAS_HW_NRF_PPI ` - \ :option:`NRFX_DPPI ` if \ :option:`HAS_HW_NRF_DPPIC ` Kconfig definition ================== At ``/serial/Kconfig.nrfx:388`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:24`` → ``/serial/Kconfig:93`` Menu path: (Top) → Device Drivers → Serial Drivers → nRF UART nrfx drivers .. code-block:: kconfig config UART_ENHANCED_POLL_OUT bool default y select NRFX_PPI if HAS_HW_NRF_PPI select NRFX_DPPI if HAS_HW_NRF_DPPIC depends on (UART_0_ENHANCED_POLL_OUT || UART_1_ENHANCED_POLL_OUT || UART_2_ENHANCED_POLL_OUT || UART_3_ENHANCED_POLL_OUT) && UART_NRFX && SERIAL *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*