Commit 71f3f700 authored by Iuliana Prodan's avatar Iuliana Prodan Committed by Dan Kalowsky
Browse files

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: default avatarIuliana Prodan <iuliana.prodan@nxp.com>
parent 6c685840
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -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.