0bd95509f6
In d540cf8877
I tried to optionally enable the cache management
functions in Open-AMP introducing a new CONFIG_OPENAMP_WITH_DCACHE
symbol.
This is not working. Introduce a proper fix to have this actually
working correctly as intended.
Signed-off-by: Carlo Caione <ccaione@baylibre.com>
21 lines
532 B
Plaintext
21 lines
532 B
Plaintext
#
|
|
# Copyright (c) 2020, STMicroelectronics
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config OPENAMP_RSC_TABLE
|
|
bool "coprocessor resource table"
|
|
imply OPENAMP
|
|
help
|
|
add the resource table in the generated binary. This table is
|
|
compatible with linux remote proc framework and OpenAMP library.
|
|
|
|
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
|