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

Single instance of IPM device

Type: bool

Help

Enable this option if the IPM device should have
a single instance, instead of one per IPC
message channel.

Direct dependencies

IPM

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/ipm/Kconfig:79

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

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

config IPM_NRF_SINGLE_INSTANCE
    bool "Single instance of IPM device"
    depends on IPM
    help
      Enable this option if the IPM device should have
      a single instance, instead of one per IPC
      message channel.

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