From: Tianjia Zhang Date: Mon, 18 Oct 2021 06:42:01 +0000 (+0800) Subject: selftests/tls: add SM4 algorithm dependency for tls selftests X-Git-Tag: v5.15~48^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d49fe5e8151711ed5276f049bc7f73e02dc141f8;p=platform%2Fkernel%2Flinux-starfive.git selftests/tls: add SM4 algorithm dependency for tls selftests Kernel TLS test has added SM4 GCM/CCM algorithm support, but SM4 algorithm is not compiled by default, this patch add SM4 config dependency. Reported-by: Hangbin Liu Reported-by: kernel test robot Signed-off-by: Tianjia Zhang Signed-off-by: David S. Miller --- diff --git a/tools/testing/selftests/net/config b/tools/testing/selftests/net/config index 21b646d..86ab429 100644 --- a/tools/testing/selftests/net/config +++ b/tools/testing/selftests/net/config @@ -43,3 +43,4 @@ CONFIG_NET_ACT_TUNNEL_KEY=m CONFIG_NET_ACT_MIRRED=m CONFIG_BAREUDP=m CONFIG_IPV6_IOAM6_LWTUNNEL=y +CONFIG_CRYPTO_SM4=y