:orphan: .. title:: CONFIG_UART_1_ENHANCED_POLL_OUT .. kconfig:: CONFIG_UART_1_ENHANCED_POLL_OUT CONFIG_UART_1_ENHANCED_POLL_OUT ############################### *Efficient poll out on port 1* Type: ``bool`` Help ==== .. code-block:: none When enabled, polling out does not trigger interrupt which stops TX. Feature uses a PPI channel. Direct dependencies =================== \ :kconfig:`UART_1_NRF_UARTE ` && \ :kconfig:`UART_NRFX ` && \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/serial/Kconfig.nrfx:133`` 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_1_ENHANCED_POLL_OUT bool "Efficient poll out on port 1" default y depends on UART_1_NRF_UARTE && UART_NRFX && SERIAL help When enabled, polling out does not trigger interrupt which stops TX. Feature uses a PPI channel. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*