author: Ard Biesheuvel <ardb@kernel.org> 2020-11-20 12:04:32 +0100
committer: Herbert Xu <herbert@gondor.apana.org.au> 2020-11-27 17:13:45 +1100
commit: 00ea27f11c4f96ffc9ebc147b5ea045babb02ce3
parent: 08a7e33c083b60c1ddd330df22fb56038e4a40ad
Commit Summary:
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 37de7d006858..a367fcfeb5d4 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -201,7 +201,7 @@ config CRYPTO_AUTHENC
config CRYPTO_TEST
tristate "Testing module"
- depends on m
+ depends on m || EXPERT
select CRYPTO_MANAGER
help
Quick & dirty crypto test module.