diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2018-08-13 11:04:57 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2018-08-13 11:04:57 +0100 |
commit | d475d4c0b1f57a249bbe0e18bf85fbe30e42aac9 (patch) | |
tree | 60e46d2052ae69ec0844c57c94012f7f4113fbb0 /kernel-ppc64le-debug.config | |
parent | ca51d64be192b346c816e5affa1d1b2496e053e1 (diff) | |
download | kernel-d475d4c0b1f57a249bbe0e18bf85fbe30e42aac9.tar.gz kernel-d475d4c0b1f57a249bbe0e18bf85fbe30e42aac9.tar.xz kernel-d475d4c0b1f57a249bbe0e18bf85fbe30e42aac9.zip |
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/
Diffstat (limited to 'kernel-ppc64le-debug.config')
-rw-r--r-- | kernel-ppc64le-debug.config | 2 |
1 files changed, 1 insertions, 1 deletions
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 |