:orphan: .. title:: CONFIG_RPMSG_MULTI_INSTANCE_4_IPM_RX_NAME .. kconfig:: CONFIG_RPMSG_MULTI_INSTANCE_4_IPM_RX_NAME CONFIG_RPMSG_MULTI_INSTANCE_4_IPM_RX_NAME ######################################### *RX IPM channel name for instance 4* Type: ``string`` Help ==== .. code-block:: none This option specifies the IPM device name to be used for RX communication. Direct dependencies =================== \ :kconfig:`RPMSG_MULTI_INSTANCE ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== At ``/ipc/rpmsg_multi_instance/Kconfig.ipm_name_instance:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:27`` → ``/ipc/Kconfig:9`` → ``/ipc/rpmsg_multi_instance/Kconfig:43`` Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication → RPMsg multiple instance .. code-block:: kconfig config RPMSG_MULTI_INSTANCE_4_IPM_RX_NAME string "RX IPM channel name for instance 4" depends on RPMSG_MULTI_INSTANCE help This option specifies the IPM device name to be used for RX communication. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*