:orphan: .. title:: CONFIG_IPM_NRF_SINGLE_INSTANCE .. kconfig:: CONFIG_IPM_NRF_SINGLE_INSTANCE CONFIG_IPM_NRF_SINGLE_INSTANCE ############################## *Single instance of IPM device* Type: ``bool`` Help ==== .. code-block:: none Enable this option if the IPM device should have a single instance, instead of one per IPC message channel. Direct dependencies =================== \ :kconfig:`IPM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/ipm/Kconfig:79`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:60`` Menu path: (Top) → Device Drivers → IPM drivers .. code-block:: kconfig 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.)*