kernel: config: 6.6: add missing ARM64 SM4 CE symbols
authorRobert Marko <robimarko@gmail.com>
Fri, 22 Mar 2024 10:31:51 +0000 (11:31 +0100)
committerRobert Marko <robimarko@gmail.com>
Fri, 22 Mar 2024 10:37:01 +0000 (11:37 +0100)
Disable CONFIG_CRYPTO_SM4_ARM64_CE_CCM and CONFIG_CRYPTO_SM4_ARM64_CE_GCM
in the generic config like we do with similar CE symbols.

This avoids the need to disable them in individual targets.

Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/generic/config-6.6

index 7486d8c882a1bb43ef52328b67ede5321f2bf170..d012750ba173dd3ac9de90af396b417d2675b9e9 100644 (file)
@@ -1345,6 +1345,8 @@ CONFIG_CRYPTO_SKCIPHER2=y
 # CONFIG_CRYPTO_SM4 is not set
 # CONFIG_CRYPTO_SM4_ARM64_CE is not set
 # CONFIG_CRYPTO_SM4_ARM64_CE_BLK is not set
+# CONFIG_CRYPTO_SM4_ARM64_CE_CCM is not set
+# CONFIG_CRYPTO_SM4_ARM64_CE_GCM is not set
 # CONFIG_CRYPTO_SM4_ARM64_NEON_BLK is not set
 # CONFIG_CRYPTO_SM4_GENERIC is not set
 # CONFIG_CRYPTO_SPECK is not set