The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_NRFX_DPPI

Enable DPPI allocator

Type: bool

Direct dependencies

(HAS_HW_NRF_DPPIC && HAS_NRFX && 0) || (HAS_HW_NRF_DPPIC && (UART_0_NRF_HW_ASYNC || UART_1_NRF_HW_ASYNC || UART_2_NRF_HW_ASYNC || UART_3_NRF_HW_ASYNC) && UART_NRFX && SERIAL)

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols that select this symbol

Kconfig definitions

At modules/hal_nordic/nrfx/Kconfig:26

Included via Kconfig:8Kconfig.zephyr:33modules/Kconfig:74modules/hal_nordic/Kconfig:217

Menu path: (Top) → Modules → nrfx drivers

config NRFX_DPPI
    bool "Enable DPPI allocator"
    depends on HAS_HW_NRF_DPPIC && HAS_NRFX && 0

At drivers/serial/Kconfig.nrfx:375

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:26drivers/serial/Kconfig:116

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

config NRFX_DPPI
    bool
    default y
    depends on HAS_HW_NRF_DPPIC && (UART_0_NRF_HW_ASYNC || UART_1_NRF_HW_ASYNC || UART_2_NRF_HW_ASYNC || UART_3_NRF_HW_ASYNC) && UART_NRFX && SERIAL

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)