summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSinthu Raja <sinthu.raja@ti.com>2024-02-27 17:46:47 +0530
committerUdit Kumar <u-kumar1@ti.com>2024-03-07 21:07:57 +0530
commit1fe73482c92430477284c28ea412072ffb3c1d9f (patch)
tree9e12581cf31253347b91401f5aa3997aa2f64ea5
parent43b9ba036f62447ba9264e3c4b78b75210e9f213 (diff)
arm: configs: omap5: enable CRYPTO_XCBC as module
Enable XCBC-MAC (Extended Cipher Block Chaining MAC) mode to provide authentication mechanisms for IPsec Encapsulating Security Payload (ESP) and the Authentication Header (AH) protocols. Signed-off-by: Sinthu Raja <sinthu.raja@ti.com>
-rw-r--r--arch/arm/configs/multi_v7_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 85e1a5454ef4..c979fb22bf0e 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -150,6 +150,7 @@ CONFIG_CRYPTO_AES_ARM_CE=m
CONFIG_CRYPTO_GHASH_ARM_CE=m
CONFIG_CRYPTO_CRC32_ARM_CE=m
CONFIG_CRYPTO_CHACHA20_NEON=m
+CONFIG_CRYPTO_XCBC=m
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_PARTITION_ADVANCED=y