CONFIG_RPMSG_SERVICE_IPM_RX_NAME¶
(No prompt – not directly user assignable.)
Type: string
Help¶
This option specifies the IPM device name to be used for
RX communication
Direct dependencies¶
RPMSG_SERVICE_DUAL_IPM_SUPPORT || RPMSG_SERVICE_DUAL_IPM_SUPPORT || RPMSG_SERVICE_DUAL_IPM_SUPPORT || (RPMSG_SERVICE_DUAL_IPM_SUPPORT && RPMSG_SERVICE)
(Includes any dependencies from ifs and menus.)
Defaults¶
- “IPM_1” if - RPMSG_SERVICE_MODE_MASTER
- “IPM_0” if - RPMSG_SERVICE_MODE_REMOTE
- “IPM_1” if - RPMSG_SERVICE_MODE_MASTER
- “IPM_0” if - RPMSG_SERVICE_MODE_REMOTE
- “IPM_1” if - RPMSG_SERVICE_MODE_MASTER
- “IPM_0” if - RPMSG_SERVICE_MODE_REMOTE
- “” 
Kconfig definitions¶
At <Zephyr Boards>/arm/bl5340_dvk/Kconfig:25
Included via Kconfig:8 → Kconfig.zephyr:37 → <Zephyr Boards>/Kconfig:75
Menu path: (Top) → Board Options
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 <Zephyr Boards>/arm/nrf5340dk_nrf5340/Kconfig:24
Included via Kconfig:8 → Kconfig.zephyr:37 → <Zephyr Boards>/Kconfig:75
Menu path: (Top) → Board Options
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 <Zephyr Boards>/arm/thingy53_nrf5340/Kconfig:37
Included via Kconfig:8 → Kconfig.zephyr:37 → <Zephyr Boards>/Kconfig:75
Menu path: (Top) → Board Options
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 <Zephyr Subsystem>/ipc/rpmsg_service/Kconfig:68
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:27 → <Zephyr Subsystem>/ipc/Kconfig:8
Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication → RPMsg service for multiple users
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.)