aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/Kconfig
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-01-17 16:15:55 -0500
committerJonathan Herman <hermanjl@cs.unc.edu>2013-01-17 16:15:55 -0500
commit8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch)
treea8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /net/ipv6/Kconfig
parent406089d01562f1e2bf9f089fd7637009ebaad589 (diff)
Patched in Tegra support.
Diffstat (limited to 'net/ipv6/Kconfig')
-rw-r--r--net/ipv6/Kconfig20
1 files changed, 2 insertions, 18 deletions
diff --git a/net/ipv6/Kconfig b/net/ipv6/Kconfig
index 4f7fe7270e3..36d7437ac05 100644
--- a/net/ipv6/Kconfig
+++ b/net/ipv6/Kconfig
@@ -69,7 +69,7 @@ config IPV6_OPTIMISTIC_DAD
69 69
70config INET6_AH 70config INET6_AH
71 tristate "IPv6: AH transformation" 71 tristate "IPv6: AH transformation"
72 select XFRM_ALGO 72 select XFRM
73 select CRYPTO 73 select CRYPTO
74 select CRYPTO_HMAC 74 select CRYPTO_HMAC
75 select CRYPTO_MD5 75 select CRYPTO_MD5
@@ -81,7 +81,7 @@ config INET6_AH
81 81
82config INET6_ESP 82config INET6_ESP
83 tristate "IPv6: ESP transformation" 83 tristate "IPv6: ESP transformation"
84 select XFRM_ALGO 84 select XFRM
85 select CRYPTO 85 select CRYPTO
86 select CRYPTO_AUTHENC 86 select CRYPTO_AUTHENC
87 select CRYPTO_HMAC 87 select CRYPTO_HMAC
@@ -201,22 +201,6 @@ config IPV6_TUNNEL
201 201
202 If unsure, say N. 202 If unsure, say N.
203 203
204config IPV6_GRE
205 tristate "IPv6: GRE tunnel"
206 select IPV6_TUNNEL
207 ---help---
208 Tunneling means encapsulating data of one protocol type within
209 another protocol and sending it over a channel that understands the
210 encapsulating protocol. This particular tunneling driver implements
211 GRE (Generic Routing Encapsulation) and at this time allows
212 encapsulating of IPv4 or IPv6 over existing IPv6 infrastructure.
213 This driver is useful if the other endpoint is a Cisco router: Cisco
214 likes GRE much better than the other Linux tunneling driver ("IP
215 tunneling" above). In addition, GRE allows multicast redistribution
216 through the tunnel.
217
218 Saying M here will produce a module called ip6_gre. If unsure, say N.
219
220config IPV6_MULTIPLE_TABLES 204config IPV6_MULTIPLE_TABLES
221 bool "IPv6: Multiple Routing Tables" 205 bool "IPv6: Multiple Routing Tables"
222 depends on EXPERIMENTAL 206 depends on EXPERIMENTAL