Browse Source

openamp: add Kconfig entries for address translation

Add configuration options to enable address translation in OpenAMP
and specify vendor header files for translation tables.

Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
pull/82801/merge
Iuliana Prodan 3 weeks ago committed by Dan Kalowsky
parent
commit
71f3f7006a
  1. 14
      lib/open-amp/Kconfig

14
lib/open-amp/Kconfig

@ -63,3 +63,17 @@ config OPENAMP_VENDOR_RSC_TABLE_FILE @@ -63,3 +63,17 @@ config OPENAMP_VENDOR_RSC_TABLE_FILE
help
Name of a source file containing vendor-specific
resource table.
config OPENAMP_VENDOR_ADDR_TRANSLATION
bool "Address translation support for OpenAMP"
depends on OPENAMP_RSC_TABLE
help
Enable support for address translation from remote driver to device
config OPENAMP_VENDOR_ADDR_TRANSLATION_FILE
string "Header file containing vendor-specific address translation table"
default "addr_translation.h"
depends on OPENAMP_VENDOR_ADDR_TRANSLATION
help
Name of a header file containing vendor-specific
address translation table.

Loading…
Cancel
Save