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)

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definitions

At <Zephyr>/boards/arm/nrf5340dk_nrf5340/Kconfig:20

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27<Zephyr>/boards/Kconfig:57

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>/subsys/ipc/rpmsg_service/Kconfig:61

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:27<Zephyr>/subsys/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.)