[NET]: move config options out to individual protocols
[deliverable/linux.git] / net / xfrm / Kconfig
index 58ca6a972c48b7ea22c4c936aae694a37ccb164d..0c1c04322baf549dfbae977c390bcf1d20f3528a 100644 (file)
@@ -1,6 +1,10 @@
 #
 # XFRM configuration
 #
+config XFRM
+       bool
+       depends on NET
+
 config XFRM_USER
        tristate "IPsec user configuration interface"
        depends on INET && XFRM
@@ -10,3 +14,14 @@ config XFRM_USER
 
          If unsure, say Y.
 
+config NET_KEY
+       tristate "PF_KEY sockets"
+       select XFRM
+       ---help---
+         PF_KEYv2 socket family, compatible to KAME ones.
+         They are required if you are going to use IPsec tools ported
+         from KAME.
+
+         Say Y unless you know what you are doing.
+
+
This page took 0.023592 seconds and 5 git commands to generate.