summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSinthu Raja <sinthu.raja@ti.com>2024-02-27 17:46:46 +0530
committerUdit Kumar <u-kumar1@ti.com>2024-03-07 21:07:57 +0530
commit43b9ba036f62447ba9264e3c4b78b75210e9f213 (patch)
tree2893ed9a43d59f5c4cc90136b18e4761c08fcf52
parentdbc823b329bfb831fbc79824306ea78fc46e9bca (diff)
arm: configs: omap5: enable support for IPsec ESP and XFRM_USER
Enable IPsec ESP (Encapsulating Security Payload) for encrypting and authenticating IP packets, enable support for the XFRM (Transform) user configuration interface similar to IPsec, as modules. Signed-off-by: Sinthu Raja <sinthu.raja@ti.com>
-rw-r--r--arch/arm/configs/multi_v7_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 7de96783e5ed..85e1a5454ef4 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -1,3 +1,4 @@
+CONFIG_XFRM_USER=m
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
CONFIG_NO_HZ_IDLE=y
@@ -157,6 +158,7 @@ CONFIG_NET=y
CONFIG_PACKET=y
CONFIG_UNIX=y
CONFIG_INET=y
+CONFIG_INET_ESP=m
CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
CONFIG_IP_PNP_BOOTP=y