Skip to content

Commit fb426c9

Browse files
committed
[nrf noup] boards: nordic: 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 for the following secdom enabled targets: nrf54h20_cpuapp and cpurad nrf9280_cpuapp Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent 0f51cb2 commit fb426c9

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-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 supported by the SSF PSA service yet
34+
CONFIG_DCACHE=n

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpurad_defconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,9 @@ CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
2323
# Enable cache
2424
CONFIG_CACHE_MANAGEMENT=y
2525
CONFIG_EXTERNAL_CACHE=y
26+
27+
CONFIG_SSF_PSA_CRYPTO_SERVICE_ENABLED=y
28+
# ZCBOR is required by the SSF PSA service
29+
CONFIG_ZCBOR=y
30+
# Data cache not supported by the SSF PSA service yet
31+
CONFIG_DCACHE=n

boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280_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 supported by the SSF PSA service yet
34+
CONFIG_DCACHE=n

0 commit comments

Comments
 (0)