]> err.no Git - linux-2.6/blobdiff - net/ipv6/Kconfig
[IPV6]: Sparse: Reuse previous delaration where appropriate.
[linux-2.6] / net / ipv6 / Kconfig
index 8e5d54f23b49398465b34797d2a20a919c947119..6cd2f4cdcb286b8dce053839692fa068ca63ab97 100644 (file)
@@ -85,6 +85,7 @@ config INET6_ESP
        depends on IPV6
        select XFRM
        select CRYPTO
+       select CRYPTO_AUTHENC
        select CRYPTO_HMAC
        select CRYPTO_MD5
        select CRYPTO_CBC
@@ -109,7 +110,7 @@ config INET6_IPCOMP
          If unsure, say Y.
 
 config IPV6_MIP6
-       bool "IPv6: Mobility (EXPERIMENTAL)"
+       tristate "IPv6: Mobility (EXPERIMENTAL)"
        depends on IPV6 && EXPERIMENTAL
        select XFRM
        ---help---
@@ -167,6 +168,7 @@ config IPV6_SIT
        tristate "IPv6: IPv6-in-IPv4 tunnel (SIT driver)"
        depends on IPV6
        select INET_TUNNEL
+       select IPV6_NDISC_NODETYPE
        default y
        ---help---
          Tunneling means encapsulating data of one protocol type within
@@ -177,12 +179,16 @@ config IPV6_SIT
 
          Saying M here will produce a module called sit.ko. If unsure, say Y.
 
+config IPV6_NDISC_NODETYPE
+       bool
+
 config IPV6_TUNNEL
-       tristate "IPv6: IPv6-in-IPv6 tunnel"
+       tristate "IPv6: IP-in-IPv6 tunnel (RFC2473)"
        select INET6_TUNNEL
        depends on IPV6
        ---help---
-         Support for IPv6-in-IPv6 tunnels described in RFC 2473.
+         Support for IPv6-in-IPv6 and IPv4-in-IPv6 tunnels described in
+         RFC 2473.
 
          If unsure, say N.
 
@@ -207,3 +213,17 @@ config IPV6_SUBTREES
 
          If unsure, say N.
 
+config IPV6_MROUTE
+       bool "IPv6: multicast routing (EXPERIMENTAL)"
+       depends on IPV6 && EXPERIMENTAL
+       ---help---
+         Experimental support for IPv6 multicast forwarding.
+         If unsure, say N.
+
+config IPV6_PIMSM_V2
+       bool "IPv6: PIM-SM version 2 support (EXPERIMENTAL)"
+       depends on IPV6_MROUTE
+       ---help---
+         Support for IPv6 PIM multicast routing protocol PIM-SMv2.
+         If unsure, say N.
+