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:
parent
2d4ec5f119
commit
5c69e9810a
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue