aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 6f5c50fdbbdd..e573077f1672 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -103,7 +103,8 @@ config CRYPTO_MANAGER2
103 103
104config CRYPTO_MANAGER_DISABLE_TESTS 104config CRYPTO_MANAGER_DISABLE_TESTS
105 bool "Disable run-time self tests" 105 bool "Disable run-time self tests"
106 depends on CRYPTO_MANAGER2 && EMBEDDED 106 default y
107 depends on CRYPTO_MANAGER2
107 help 108 help
108 Disable run-time self tests that normally take place at 109 Disable run-time self tests that normally take place at
109 algorithm registration. 110 algorithm registration.