Skip to content

Commit 5c69e98

Browse files
ulfalizergalak
authored andcommitted
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 <[email protected]>
1 parent 2d4ec5f commit 5c69e98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/lib/ipc/open-amp/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ config OPENAMP
1313
config OPENAMP_SRC_PATH
1414
string "OpenAMP library source path"
1515
default "open-amp"
16+
depends on OPENAMP
1617
help
1718
This option specifies the path to the source for the open-amp library

0 commit comments

Comments
 (0)