:orphan: .. title:: CONFIG_RPMSG_SERVICE_IPM_RX_NAME .. kconfig:: CONFIG_RPMSG_SERVICE_IPM_RX_NAME CONFIG_RPMSG_SERVICE_IPM_RX_NAME ################################ *(No prompt -- not directly user assignable.)* Type: ``string`` Help ==== .. code-block:: none This option specifies the IPM device name to be used for RX communication Direct dependencies =================== \ :kconfig:`RPMSG_SERVICE_DUAL_IPM_SUPPORT ` || \ :kconfig:`RPMSG_SERVICE_DUAL_IPM_SUPPORT ` || \ :kconfig:`RPMSG_SERVICE_DUAL_IPM_SUPPORT ` || (\ :kconfig:`RPMSG_SERVICE_DUAL_IPM_SUPPORT ` && \ :kconfig:`RPMSG_SERVICE `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - "IPM_1" if \ :kconfig:`RPMSG_SERVICE_MODE_MASTER ` - "IPM_0" if \ :kconfig:`RPMSG_SERVICE_MODE_REMOTE ` - "IPM_1" if \ :kconfig:`RPMSG_SERVICE_MODE_MASTER ` - "IPM_0" if \ :kconfig:`RPMSG_SERVICE_MODE_REMOTE ` - "IPM_1" if \ :kconfig:`RPMSG_SERVICE_MODE_MASTER ` - "IPM_0" if \ :kconfig:`RPMSG_SERVICE_MODE_REMOTE ` - "" Kconfig definitions =================== At ``/arm/bl5340_dvk/Kconfig:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:75`` Menu path: (Top) → Board Options .. code-block:: kconfig config RPMSG_SERVICE_IPM_RX_NAME string default "IPM_1" if RPMSG_SERVICE_MODE_MASTER default "IPM_0" if RPMSG_SERVICE_MODE_REMOTE depends on RPMSG_SERVICE_DUAL_IPM_SUPPORT ---- At ``/arm/nrf5340dk_nrf5340/Kconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:75`` Menu path: (Top) → Board Options .. code-block:: kconfig config RPMSG_SERVICE_IPM_RX_NAME string default "IPM_1" if RPMSG_SERVICE_MODE_MASTER default "IPM_0" if RPMSG_SERVICE_MODE_REMOTE depends on RPMSG_SERVICE_DUAL_IPM_SUPPORT ---- At ``/arm/thingy53_nrf5340/Kconfig:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:75`` Menu path: (Top) → Board Options .. code-block:: kconfig config RPMSG_SERVICE_IPM_RX_NAME string default "IPM_1" if RPMSG_SERVICE_MODE_MASTER default "IPM_0" if RPMSG_SERVICE_MODE_REMOTE depends on RPMSG_SERVICE_DUAL_IPM_SUPPORT ---- At ``/ipc/rpmsg_service/Kconfig:68`` 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_RX_NAME string default "" depends on RPMSG_SERVICE_DUAL_IPM_SUPPORT && RPMSG_SERVICE 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.)*