CONFIG_NRFX_DPPI

Enable DPPI allocator

Type: bool

Direct dependencies

(HAS_HW_NRF_DPPIC && HAS_NRFX) || (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

Kconfig definitions

At <Zephyr>/modules/Kconfig.nordic:208

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:10<Zephyr>/modules/Kconfig:20

Menu path: (Top) → Modules → nrfx drivers

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

At <Zephyr>/drivers/serial/Kconfig.nrfx:350

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:24<Zephyr>/drivers/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.)