:orphan: .. title:: CONFIG_RPMSG_SERVICE_IPM_NAME .. kconfig:: CONFIG_RPMSG_SERVICE_IPM_NAME CONFIG_RPMSG_SERVICE_IPM_NAME ############################# *(No prompt -- not directly user assignable.)* Type: ``string`` Help ==== .. code-block:: none This option specifies the IPM device name to be used Direct dependencies =================== \ :kconfig:`RPMSG_SERVICE_SINGLE_IPM_SUPPORT ` && \ :kconfig:`RPMSG_SERVICE ` *(Includes any dependencies from ifs and menus.)* Default ======= - "" Kconfig definition ================== At ``/ipc/rpmsg_service/Kconfig:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:27`` → ``/ipc/Kconfig:8`` Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication → RPMsg service for multiple users .. code-block:: kconfig config RPMSG_SERVICE_IPM_NAME string default "" depends on RPMSG_SERVICE_SINGLE_IPM_SUPPORT && RPMSG_SERVICE help This option specifies the IPM device name to be used *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*