Skip to content

Commit 1e24593

Browse files
committed
[nrf noup] entropy: Add reqs for PSA RNG on nrf54h20
Noup since secdom is not available upstream and it is required for PSA RNG. This adds the Kconfig requirements for the PSA RNG service. This affects the nrf54h20dk cpuapp and cpurad targets. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent 701e133 commit 1e24593

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/entropy/Kconfig.psa_crypto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ config ENTROPY_PSA_CRYPTO_RNG
88
depends on DT_HAS_ZEPHYR_PSA_CRYPTO_RNG_ENABLED
99
select ENTROPY_HAS_DRIVER
1010
select PSA_WANT_GENERATE_RANDOM
11+
select SSF_PSA_CRYPTO_SERVICE_ENABLED if SOC_SERIES_NRF54HX
12+
depends on ZCBOR || !SOC_SERIES_NRF54HX
13+
depends on !DCACHE || !SOC_SERIES_NRF54HX
1114
default y
1215
help
1316
Enable the PSA Crypto source Entropy driver.

0 commit comments

Comments
 (0)