diff --git a/[refs] b/[refs] index 062d752b74a8..76448585f891 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 326a6346ffb5b19eb593530d9d3096d409e46f62 +refs/heads/master: 00ca28a507b215dcd121735f16764ea4173c4ff9 diff --git a/trunk/crypto/Kconfig b/trunk/crypto/Kconfig index 6f5c50fdbbdd..e573077f1672 100644 --- a/trunk/crypto/Kconfig +++ b/trunk/crypto/Kconfig @@ -103,7 +103,8 @@ config CRYPTO_MANAGER2 config CRYPTO_MANAGER_DISABLE_TESTS bool "Disable run-time self tests" - depends on CRYPTO_MANAGER2 && EMBEDDED + default y + depends on CRYPTO_MANAGER2 help Disable run-time self tests that normally take place at algorithm registration.