:orphan: .. title:: CONFIG_OPENAMP_RSC_TABLE_NUM_RPMSG_BUFF .. kconfig:: CONFIG_OPENAMP_RSC_TABLE_NUM_RPMSG_BUFF CONFIG_OPENAMP_RSC_TABLE_NUM_RPMSG_BUFF ####################################### *Resource table number of rpmsg buffers* Type: ``int`` Help ==== .. code-block:: none This option specifies the number of buffer used in a Vring for interprocessor communication Direct dependencies =================== \ :kconfig:`OPENAMP_RSC_TABLE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/open-amp/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:14`` Menu path: (Top) → Additional libraries → coprocessor resource table .. code-block:: kconfig 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.)*