From d475d4c0b1f57a249bbe0e18bf85fbe30e42aac9 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 13 Aug 2018 11:04:57 +0100 Subject: Disable speck crypto cipher The upstream maintainer is dropping it and due to ISO cert issues it's likely to be gone soon so better off not encouraging usage of it until the final decision is made. Details here https://lwn.net/Articles/761992/ --- kernel-ppc64le-debug.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel-ppc64le-debug.config') diff --git a/kernel-ppc64le-debug.config b/kernel-ppc64le-debug.config index 8d5a8d6db..20354a942 100644 --- a/kernel-ppc64le-debug.config +++ b/kernel-ppc64le-debug.config @@ -937,7 +937,7 @@ CONFIG_CRYPTO_SHA512=m CONFIG_CRYPTO_SIMD=y CONFIG_CRYPTO_SM3=m CONFIG_CRYPTO_SM4=m -CONFIG_CRYPTO_SPECK=m +# CONFIG_CRYPTO_SPECK is not set CONFIG_CRYPTO_TEA=m CONFIG_CRYPTO_TEST=m CONFIG_CRYPTO_TGR192=m -- cgit