CONFIG_UART_ENHANCED_POLL_OUT

(No prompt – not directly user assignable.)

Type: bool

Direct dependencies

(UART_0_ENHANCED_POLL_OUT || UART_1_ENHANCED_POLL_OUT || UART_2_ENHANCED_POLL_OUT || UART_3_ENHANCED_POLL_OUT) && UART_NRFX && SERIAL

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definition

At <Driver>/serial/Kconfig.nrfx:398

Included via Kconfig:8Kconfig.zephyr:42<Driver>/Kconfig:26<Driver>/serial/Kconfig:132

Menu path: (Top) → Device Drivers → Serial Drivers → nRF UART nrfx drivers

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.)