Skip to content

Commit

Permalink
[nrf noup] boards: nrf54h20: Enable SSF PSA and reqs
Browse files Browse the repository at this point in the history
Noup since PSA SSF requires nrf security.

Enable the SSF PSA crypto service in Kconfig since it
is now enabled in secdom. Make sure that the dependencies
of it are also satisfied.

Signed-off-by: Georgios Vasilakis <[email protected]>
  • Loading branch information
Vge0rge committed Sep 5, 2024
1 parent 7387343 commit 41b421a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ CONFIG_EXTERNAL_CACHE=y

# Enable GPIO
CONFIG_GPIO=y

CONFIG_SSF_PSA_CRYPTO_SERVICE_ENABLED=y
# ZCBOR is required by the SSF PSA service
CONFIG_ZCBOR=y
# Data cache not support by the SSF PSA service yet
CONFIG_DCACHE=n

0 comments on commit 41b421a

Please sign in to comment.