The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_NRFX_DPPI

Enable DPPI allocator

Enable DPPI allocator

Type: bool

Direct dependencies

(HAS_HW_NRF_DPPIC && HAS_NRFX) || (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:23modules/Kconfig:6doc/_build/Kconfig/Kconfig.modules:2modules/hal_nordic/Kconfig:191

Menu path: (Top) → Modules → hal_nordic (/home/nashif/zephyrproject/modules/hal/nordic) → nrfx drivers

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

At modules/hal_nordic/nrfx/Kconfig:26

Included via Kconfig:8Kconfig.zephyr:23modules/Kconfig:66modules/hal_nordic/Kconfig:191

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:32drivers/Kconfig:24drivers/serial/Kconfig:93

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