From fce576bfcf1fdfbab96537a8bf30bd6c404d8186 Mon Sep 17 00:00:00 2001 From: Andre Heinemans Date: Tue, 8 Apr 2025 09:30:03 +0200 Subject: [PATCH] lib: open-amp: fix OPENAMP_COPY_RSC_TABLE dependancy The config item OPENAMP_COPY_RSC_TABLE is only applicable when OPENAMP_RSC_TABLE is enabled Signed-off-by: Andre Heinemans --- lib/open-amp/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/open-amp/Kconfig b/lib/open-amp/Kconfig index b27c8c21644..50cc33adf0e 100644 --- a/lib/open-amp/Kconfig +++ b/lib/open-amp/Kconfig @@ -37,6 +37,7 @@ config OPENAMP_RSC_TABLE_IPM_TX_ID config OPENAMP_COPY_RSC_TABLE bool "Copy resource table section" + depends on OPENAMP_RSC_TABLE help The .resource_table section must be placed in a specific location known by both this core and the remote core. If this is not taken