:orphan: .. title:: IPM_NRF_SINGLE_INSTANCE .. option:: 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 =================== \ :option:`IPM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/ipm/Kconfig:79`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:58`` Menu path: (Top) → Device Drivers → IPM drivers .. parsed-literal:: config IPM_NRF_SINGLE_INSTANCE bool "Single instance of IPM device" depends on \ :option:`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.)*