CONFIG_IPM_MSG_ID

IPM message identifier.

Type: int

Help

Values are constrained by ipm_max_data_size_get since many boards
only allow for a subset of bits in a 32-bit register to store the ID.

Direct dependencies

RPMSG_MULTI_INSTANCE

(Includes any dependencies from ifs and menus.)

Default

  • 0

Kconfig definition

At <Zephyr>/subsys/ipc/rpmsg_multi_instance/Kconfig:71

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/subsys/Kconfig:27<Zephyr>/subsys/ipc/Kconfig:9

Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication → RPMsg multiple instance

config IPM_MSG_ID
    int "IPM message identifier."
    default 0
    depends on RPMSG_MULTI_INSTANCE
    help
      Values are constrained by ipm_max_data_size_get since many boards
      only allow for a subset of bits in a 32-bit register to store the ID.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)