Kconfig 532 B

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