Skip to content

Commit

Permalink
kconfig: ssf: depend on ZCBOR CANONICAL
Browse files Browse the repository at this point in the history
All interaction with SSF has to be done with canonical encoded
ZCBOR.

Ref: NCSDK-27818
Signed-off-by: Håkon Amundsen <[email protected]>
  • Loading branch information
hakonfam committed Jun 6, 2024
1 parent 8682fe9 commit c2af693
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subsys/sdfw_services/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ config SDFW_SERVICES_ENABLED
default y
depends on SSF_CLIENT
depends on ZCBOR
depends on ZCBOR_CANONICAL
help
Enable SDFW Service Framework (SSF)

Expand Down

0 comments on commit c2af693

Please sign in to comment.