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