summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJorge Ramirez-Ortiz <jorge@foundries.io>2020-11-18 15:34:31 +0100
committerJérôme Forissier <jerome@forissier.org>2020-11-20 10:48:58 +0100
commit87d9fe0090b17c524b81913806c920f5c1daffb2 (patch)
tree8f3bd8b5717a7514760d487a13d05aab1305aeba /core
parent5dfe86d0d6c2ec8c4ffbd7df238998a9adae0f0b (diff)
plat-imx: conf: don't force SOFTWARE_PRNG
A platform independent driver could be providing a real RNG and therefore have different requirements with respect to the PRNG. Signed-off-by: Jorge Ramirez-Ortiz <jorge@foundries.io> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Acked-by: Jerome Forissier <jerome@forissier.org>
Diffstat (limited to 'core')
-rw-r--r--core/arch/arm/plat-imx/conf.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/arch/arm/plat-imx/conf.mk b/core/arch/arm/plat-imx/conf.mk
index 4c0cdca0..761fda5c 100644
--- a/core/arch/arm/plat-imx/conf.mk
+++ b/core/arch/arm/plat-imx/conf.mk
@@ -418,7 +418,6 @@ CFG_CRYPTO_DRIVER ?= y
CFG_CRYPTO_DRIVER_DEBUG ?= 0
else
$(call force,CFG_CRYPTO_DRIVER,n)
-$(call force,CFG_WITH_SOFTWARE_PRNG,y)
ifneq (,$(filter y, $(CFG_MX6) $(CFG_MX7) $(CFG_MX7ULP)))
CFG_IMX_CAAM ?= y