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
Default¶
- 0 
Kconfig definition¶
At <Zephyr Library>/open-amp/Kconfig:14
Included via Kconfig:8 → Kconfig.zephyr:43 → <Zephyr Library>/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.)