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 <Zephyr>/drivers/ipm/Kconfig:79

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