:orphan: .. title:: RPMSG_SERVICE_IPM_TX_NAME .. option:: CONFIG_RPMSG_SERVICE_IPM_TX_NAME *(No prompt -- not directly user assignable.)* Type: ``string`` Help ==== This option specifies the IPM device name to be used for TX communication Direct dependencies =================== \ :option:`RPMSG_SERVICE_DUAL_IPM_SUPPORT ` || (\ :option:`RPMSG_SERVICE_DUAL_IPM_SUPPORT ` && \ :option:`RPMSG_SERVICE `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - "IPM_0" if \ :option:`RPMSG_SERVICE_MODE_MASTER ` - "IPM_1" if \ :option:`RPMSG_SERVICE_MODE_REMOTE ` - "" Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/nrf5340dk_nrf5340/Kconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:57`` Menu path: (Top) → Board Options .. parsed-literal:: config RPMSG_SERVICE_IPM_TX_NAME string default "IPM_0" if \ :option:`RPMSG_SERVICE_MODE_MASTER ` default "IPM_1" if \ :option:`RPMSG_SERVICE_MODE_REMOTE ` depends on \ :option:`RPMSG_SERVICE_DUAL_IPM_SUPPORT ` ---- At ``subsys/ipc/rpmsg_service/Kconfig:61`` 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_TX_NAME string default "" depends on \ :option:`RPMSG_SERVICE_DUAL_IPM_SUPPORT ` && \ :option:`RPMSG_SERVICE ` help This option specifies the IPM device name to be used for TX communication *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*