drivers: entropy: psa: Don't have PSA_CRYPTO_RNG depend on TF-M

Remove the depenency on TF-M so that this driver can be used when PSA
is provided by something else than TF-M.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
This commit is contained in:
Sebastian Bøe 2023-11-07 16:19:15 +01:00 committed by Carles Cufí
parent be0cb45e1a
commit 1f0b4c62a2

View file

@ -5,7 +5,6 @@
config ENTROPY_PSA_CRYPTO_RNG
bool "PSA Crypto Random source Entropy driver"
depends on BUILD_WITH_TFM
depends on DT_HAS_ZEPHYR_PSA_CRYPTO_RNG_ENABLED
select ENTROPY_HAS_DRIVER
default y