From 5c69e9810ac3e63e1213863b66e09f5d1b9a6761 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 14 May 2019 00:08:58 +0200 Subject: [PATCH] ext: open-amp: kconfig: Add missing OPENAMP dep. to OPENAMP_SRC_PATH Prevents the OPENAMP_SRC_PATH symbol from showing up in the menu when OPENAMP is disabled. Signed-off-by: Ulf Magnusson --- ext/lib/ipc/open-amp/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/lib/ipc/open-amp/Kconfig b/ext/lib/ipc/open-amp/Kconfig index d028d1ab3f3..4b2041095d6 100644 --- a/ext/lib/ipc/open-amp/Kconfig +++ b/ext/lib/ipc/open-amp/Kconfig @@ -13,5 +13,6 @@ config OPENAMP config OPENAMP_SRC_PATH string "OpenAMP library source path" default "open-amp" + depends on OPENAMP help This option specifies the path to the source for the open-amp library