:orphan: .. title:: OPENAMP_RSC_TABLE_NUM_RPMSG_BUFF .. option:: 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 =================== \ :option:`OPENAMP_RSC_TABLE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig At ``lib/open-amp/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:20`` Menu path: (Top) → Additional libraries → coprocessor resource table .. parsed-literal:: config OPENAMP_RSC_TABLE_NUM_RPMSG_BUFF int "Resource table number of rpmsg buffers" default 0 depends on \ :option:`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.)*