9 tristate "Transformation user configuration interface"
10 depends on INET && XFRM
12 Support for Transformation(XFRM) user configuration interface
13 like IPsec used by native Linux tools.
17 config XFRM_SUB_POLICY
18 bool "Transformation sub policy support (EXPERIMENTAL)"
19 depends on XFRM && EXPERIMENTAL
21 Support sub policy for developers. By using sub policy with main
22 one, two policies can be applied to the same packet at once.
23 Policy which lives shorter time in kernel should be a sub.
28 tristate "PF_KEY sockets"
31 PF_KEYv2 socket family, compatible to KAME ones.
32 They are required if you are going to use IPsec tools ported
35 Say Y unless you know what you are doing.