Skip to content

Commit e5b9aae

Browse files
committed
fixup! [nrf noup] entropy: Add reqs for PSA RNG on nrf54h20
1 parent fd91be1 commit e5b9aae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/entropy/Kconfig.psa_crypto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ config ENTROPY_PSA_CRYPTO_RNG
99
select ENTROPY_HAS_DRIVER
1010
select PSA_WANT_GENERATE_RANDOM
1111
select SSF_PSA_CRYPTO_SERVICE_ENABLED if SOC_SERIES_NRF54HX
12-
depends on ZCBOR || !(SOC_SERIES_NRF54HX || SOC_SERIES_NRF92X)
13-
depends on !DCACHE || !(SOC_SERIES_NRF54HX || SOC_SERIES_NRF92X)
12+
depends on ZCBOR || !SOC_SERIES_NRF54HX
13+
depends on !DCACHE || !SOC_SERIES_NRF54HX
1414
default y
1515
help
1616
Enable the PSA Crypto source Entropy driver.

0 commit comments

Comments
 (0)