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

Enable PPI allocator

Type: bool

Direct dependencies

(HAS_HW_NRF_PPI && HAS_NRFX) || (HAS_HW_NRF_PPI && (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/Kconfig.nordic:150

Included via Kconfig:8Kconfig.zephyr:10modules/Kconfig:16

Menu path: (Top) → Modules → nrfx drivers

config NRFX_PPI
    bool "Enable PPI allocator"
    depends on HAS_HW_NRF_PPI && HAS_NRFX

At drivers/serial/Kconfig.nrfx:352

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:22drivers/serial/Kconfig:93

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

config NRFX_PPI
    bool
    default y
    depends on HAS_HW_NRF_PPI && (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.)