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

IPM NRF driver

Type: bool

Help

Driver for Nordic nRF messaging unit, based on nRF IPC peripheral HW.

Default

Symbols selected by this symbol

Kconfig definitions

At boards/arm/nrf5340dk_nrf5340/Kconfig:6

Included via Kconfig:8Kconfig.zephyr:27boards/Kconfig:57

Menu path: (Top) → Board Options

config IPM_NRFX
    bool
    default IPM

At drivers/ipm/Kconfig:71

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:58

Menu path: (Top) → Device Drivers → IPM drivers

config IPM_NRFX
    bool "IPM NRF driver"
    select NRFX_IPC
    depends on HAS_HW_NRF_IPC && IPM
    help
      Driver for Nordic nRF messaging unit, based
      on nRF IPC peripheral HW.

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