Skip to content

Commit 521042c

Browse files
committed
[nrf noup] boards: nrf54h20: Enable SSF PSA and reqs
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]>
1 parent a02b62e commit 521042c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp_defconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@ CONFIG_EXTERNAL_CACHE=y
2626

2727
# Enable GPIO
2828
CONFIG_GPIO=y
29+
30+
CONFIG_SSF_PSA_CRYPTO_SERVICE_ENABLED=y
31+
# ZCBOR is required by the SSF PSA service
32+
CONFIG_ZCBOR=y
33+
# Data cache not support by the SSF PSA service yet
34+
CONFIG_DCACHE=n

0 commit comments

Comments
 (0)