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 <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2019-05-14 00:08:58 +02:00 committed by Kumar Gala
parent 2d4ec5f119
commit 5c69e9810a

View file

@ -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