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.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/ipm/Kconfig:79
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:60
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.)