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 22config OPENAMP_RSC_TABLE_IPM_RX_ID 23 int "IPM RX channel ID" 24 default 0 25 depends on OPENAMP_RSC_TABLE 26 help 27 This option specifies the IPM RX channel ID used in a VRING 28 for interprocessor communication 29 30config OPENAMP_RSC_TABLE_IPM_TX_ID 31 int "IPM TX channel ID" 32 default 1 33 depends on OPENAMP_RSC_TABLE 34 help 35 This option specifies the IPM TX channel ID used in a VRING 36 for interprocessor communication 37