The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_OPENAMP_RSC_TABLE_NUM_RPMSG_BUFF

Resource table number of rpmsg buffers

Type: int

Help

This option specifies the number of buffer used in a Vring for
interprocessor communication

Direct dependencies

OPENAMP_RSC_TABLE

(Includes any dependencies from ifs and menus.)

Default

  • 0

Kconfig definition

At lib/open-amp/Kconfig:14

Included via Kconfig:8Kconfig.zephyr:43lib/Kconfig:14

Menu path: (Top) → Additional libraries → coprocessor resource table

config OPENAMP_RSC_TABLE_NUM_RPMSG_BUFF
    int "Resource table number of rpmsg buffers"
    default 0
    depends on OPENAMP_RSC_TABLE
    help
      This option specifies the number of buffer used in a Vring for
      interprocessor communication

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