From 9bb871a0bb4c239239944d28bd4d5cfa19d84f62 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 3 Mar 2018 15:46:47 +0100 Subject: add support for waldux --- target/waldux/config/Config.in.ipsec | 61 ++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 target/waldux/config/Config.in.ipsec (limited to 'target/waldux/config/Config.in.ipsec') diff --git a/target/waldux/config/Config.in.ipsec b/target/waldux/config/Config.in.ipsec new file mode 100644 index 000000000..ea010e289 --- /dev/null +++ b/target/waldux/config/Config.in.ipsec @@ -0,0 +1,61 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +menu "IPSec support" + +config ADK_WALDUX_KERNEL_XFRM_ALGO + tristate + +config ADK_WALDUX_KERNEL_NET_KEY + tristate "PF_KEYv2 socket family" + default n + help + PF_KEYv2 socket family, compatible to KAME ones. + +config ADK_WALDUX_KERNEL_XFRM_USER + tristate "IPsec usertools support" + select ADK_WALDUX_KERNEL_XFRM_ALGO + default n + +config ADK_WALDUX_KERNEL_INET_AH + tristate "IPsec AH support" + select ADK_WALDUX_KERNEL_CRYPTO_HASH + default n + help + Support for IPsec AH. + +config ADK_WALDUX_KERNEL_INET_ESP + tristate "IPsec ESP support" + select ADK_WALDUX_KERNEL_CRYPTO_AEAD + default n + help + Support for IPsec ESP. + +config ADK_WALDUX_KERNEL_INET_IPCOMP + tristate "IP Payload Compression" + select ADK_WALDUX_KERNEL_CRYPTO_DEFLATE + select ADK_WALDUX_KERNEL_INET_TUNNEL + default n + help + Support for IP Payload Compression Protocol (IPComp) (RFC3173), + typically needed for IPsec. + +config ADK_WALDUX_KERNEL_INET_XFRM_MODE_TRANSPORT + tristate "IPsec transport mode" + default n + help + Support for IPsec transport mode. + +config ADK_WALDUX_KERNEL_INET_XFRM_MODE_TUNNEL + tristate "IPsec tunnel mode" + default n + help + Support for IPsec tunnel mode. + +config ADK_WALDUX_KERNEL_INET_XFRM_MODE_BEET + tristate "IPsec BEET mode" + default n + help + Support for IPsec BEET mode. + +endmenu -- cgit v1.2.3