Skip to content

Commit 9d0d0af

Browse files
committed
suit: Add dependencies in manifest variable impl
Describe dependencies between manifest variable implementation and other SUIT subsystem components. Ref: NCSDK-30807 Signed-off-by: Tomasz Chyrowicz <[email protected]>
1 parent 1065c0a commit 9d0d0af

File tree

1 file changed

+2
-0
lines changed
  • subsys/suit/manifest_variables

1 file changed

+2
-0
lines changed

subsys/suit/manifest_variables/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ choice SUIT_MANIFEST_VARIABLES_IMPL
1616

1717
config SUIT_MANIFEST_VARIABLES_IMPL_SDFW
1818
bool "SDFW"
19+
depends on SUIT_STORAGE
1920

2021
config SUIT_MANIFEST_VARIABLES_IMPL_IPC
2122
bool "IPC"
23+
depends on SSF_SUIT_SERVICE_ENABLED
2224

2325
endchoice
2426

0 commit comments

Comments
 (0)