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¶
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_0” if - RPMSG_SERVICE_MODE_MASTER
- “IPM_1” if - RPMSG_SERVICE_MODE_REMOTE
- “IPM_0” if - RPMSG_SERVICE_MODE_MASTER
- “IPM_1” if - RPMSG_SERVICE_MODE_REMOTE
- “IPM_0” if - RPMSG_SERVICE_MODE_MASTER
- “IPM_1” if - RPMSG_SERVICE_MODE_REMOTE
- “” 
Kconfig definitions¶
At <Zephyr Boards>/arm/bl5340_dvk/Kconfig:21
Included via Kconfig:8 → Kconfig.zephyr:37 → <Zephyr Boards>/Kconfig:75
Menu path: (Top) → Board Options
config RPMSG_SERVICE_IPM_TX_NAME
    string
    default "IPM_0" if RPMSG_SERVICE_MODE_MASTER
    default "IPM_1" if RPMSG_SERVICE_MODE_REMOTE
    depends on RPMSG_SERVICE_DUAL_IPM_SUPPORT
At <Zephyr Boards>/arm/nrf5340dk_nrf5340/Kconfig:20
Included via Kconfig:8 → Kconfig.zephyr:37 → <Zephyr Boards>/Kconfig:75
Menu path: (Top) → Board Options
config RPMSG_SERVICE_IPM_TX_NAME
    string
    default "IPM_0" if RPMSG_SERVICE_MODE_MASTER
    default "IPM_1" if RPMSG_SERVICE_MODE_REMOTE
    depends on RPMSG_SERVICE_DUAL_IPM_SUPPORT
At <Zephyr Boards>/arm/thingy53_nrf5340/Kconfig:33
Included via Kconfig:8 → Kconfig.zephyr:37 → <Zephyr Boards>/Kconfig:75
Menu path: (Top) → Board Options
config RPMSG_SERVICE_IPM_TX_NAME
    string
    default "IPM_0" if RPMSG_SERVICE_MODE_MASTER
    default "IPM_1" if RPMSG_SERVICE_MODE_REMOTE
    depends on RPMSG_SERVICE_DUAL_IPM_SUPPORT
At <Zephyr Subsystem>/ipc/rpmsg_service/Kconfig:61
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_TX_NAME
    string
    default ""
    depends on RPMSG_SERVICE_DUAL_IPM_SUPPORT && 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.)