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 <External Modules>/hal_nordic/nrfx/Kconfig:26
Included via Kconfig:8 → Kconfig.zephyr:33 → <External Modules>/Kconfig:6 → <BuildDir>/kconfig/Kconfig.modules:14 → <External Modules>/hal_nordic/Kconfig:217
Menu path: (Top) → Modules → hal_nordic (/home/runner/work/bridle/bridle/workspace/modules/hal/nordic) → nrfx drivers
config NRFX_DPPI
    bool "Enable DPPI allocator"
    depends on HAS_HW_NRF_DPPIC && HAS_NRFX
At <External Modules>/hal_nordic/nrfx/Kconfig:26
Included via Kconfig:8 → Kconfig.zephyr:33 → <External Modules>/Kconfig:74 → <External Modules>/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 <Zephyr Driver>/serial/Kconfig.nrfx:375
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:26 → <Zephyr Driver>/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.)