summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/core.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/core.mk b/core/core.mk
index 16f82bdeb..85bf7ef9a 100644
--- a/core/core.mk
+++ b/core/core.mk
@@ -115,7 +115,7 @@ $(call force,CFG_NXP_SE05X_HMAC_DRV, y)
# if the platform already implements an RNG driver, it must be
# disabled or it will conflict with the one provided by the SE05X
# library
-$(call force,CFG_NXP_SE05X_RNG_DRV, y)
+CFG_NXP_SE05X_RNG_DRV ?= y
libname = nxpse050
libdir = lib/libnxpse050
include mk/lib.mk