aboutsummaryrefslogtreecommitdiff
path: root/target/linux/generic/config-6.6
diff options
context:
space:
mode:
authorRobert Marko <robimarko@gmail.com>2024-03-22 11:31:51 +0100
committerRobert Marko <robimarko@gmail.com>2024-03-22 11:37:01 +0100
commit494c5691c60316aa710fbf5a6d38bdb04ff14f76 (patch)
treef289caf476115135e6d52e10006fcbc9d8a7b725 /target/linux/generic/config-6.6
parent1a47ce5ff2f2db07fca8fc28801c0a78cbf19fe4 (diff)
kernel: config: 6.6: add missing ARM64 SM4 CE symbols
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>
Diffstat (limited to 'target/linux/generic/config-6.6')
-rw-r--r--target/linux/generic/config-6.62
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-6.6 b/target/linux/generic/config-6.6
index 7486d8c882..d012750ba1 100644
--- a/target/linux/generic/config-6.6
+++ b/target/linux/generic/config-6.6
@@ -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