1#
2# Copyright (c) 2020, STMicroelectronics
3#
4# SPDX-License-Identifier: Apache-2.0
5#
6
7config OPENAMP_RSC_TABLE
8	bool "coprocessor resource table"
9	imply OPENAMP
10	help
11	  add the resource table in the generated binary. This table is
12	  compatible with linux remote proc framework and OpenAMP library.
13
14config OPENAMP_RSC_TABLE_NUM_RPMSG_BUFF
15	int "Resource table number of rpmsg buffers"
16	default 0
17	depends on OPENAMP_RSC_TABLE
18	help
19	  This option specifies the number of buffer used in a Vring for
20	  interprocessor communication
21