:orphan: .. title:: CONFIG_UART_ENHANCED_POLL_OUT .. kconfig:: CONFIG_UART_ENHANCED_POLL_OUT CONFIG_UART_ENHANCED_POLL_OUT ############################# *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== (\ :kconfig:`UART_0_ENHANCED_POLL_OUT ` || \ :kconfig:`UART_1_ENHANCED_POLL_OUT ` || \ :kconfig:`UART_2_ENHANCED_POLL_OUT ` || \ :kconfig:`UART_3_ENHANCED_POLL_OUT `) && \ :kconfig:`UART_NRFX ` && \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :kconfig:`NRFX_PPI ` if \ :kconfig:`HAS_HW_NRF_PPI ` - \ :kconfig:`NRFX_DPPI ` if \ :kconfig:`HAS_HW_NRF_DPPIC ` Kconfig definition ================== At ``/serial/Kconfig.nrfx:388`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:116`` 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.)*