blob: 43228f7fd3a055dc414f797dd1edb7489dc10790 [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
Masahide NAKAMURA654b32c2006-08-23 19:12:56 -07009 tristate "Transformation user configuration interface"
Linus Torvalds1da177e2005-04-16 15:20:36 -070010 depends on INET && XFRM
11 ---help---
Masahide NAKAMURA654b32c2006-08-23 19:12:56 -070012 Support for Transformation(XFRM) user configuration interface
13 like IPsec used by native Linux tools.
Linus Torvalds1da177e2005-04-16 15:20:36 -070014
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