blob: 0c1c04322baf549dfbae977c390bcf1d20f3528a [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# XFRM configuration
3#
Sam Ravnborg6a2e9b72005-07-11 21:13:56 -07004config XFRM
5 bool
6 depends on NET
7
Linus Torvalds1da177e2005-04-16 15:20:36 -07008config XFRM_USER
9 tristate "IPsec user configuration interface"
10 depends on INET && XFRM
11 ---help---
12 Support for IPsec user configuration interface used
13 by native Linux tools.
14
15 If unsure, say Y.
16
Sam Ravnborg6a2e9b72005-07-11 21:13:56 -070017config NET_KEY
18 tristate "PF_KEY sockets"
19 select XFRM
20 ---help---
21 PF_KEYv2 socket family, compatible to KAME ones.
22 They are required if you are going to use IPsec tools ported
23 from KAME.
24
25 Say Y unless you know what you are doing.
26
27