Skip to content

Commit 69f2018

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 3a6547b commit 69f2018

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/entropy/Kconfig.psa_crypto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ 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 && !RISCV_CORE_NORDIC_VPR)
1112
default y
1213
help
1314
Enable the PSA Crypto source Entropy driver.

0 commit comments

Comments
 (0)