diff options
Diffstat (limited to 'net/ipv6/Kconfig')
-rw-r--r-- | net/ipv6/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ipv6/Kconfig b/net/ipv6/Kconfig index ed0b9e2e797a..11b13ea69db4 100644 --- a/net/ipv6/Kconfig +++ b/net/ipv6/Kconfig | |||
@@ -156,6 +156,7 @@ config INET6_XFRM_MODE_ROUTEOPTIMIZATION | |||
156 | config IPV6_SIT | 156 | config IPV6_SIT |
157 | tristate "IPv6: IPv6-in-IPv4 tunnel (SIT driver)" | 157 | tristate "IPv6: IPv6-in-IPv4 tunnel (SIT driver)" |
158 | select INET_TUNNEL | 158 | select INET_TUNNEL |
159 | select NET_IP_TUNNEL | ||
159 | select IPV6_NDISC_NODETYPE | 160 | select IPV6_NDISC_NODETYPE |
160 | default y | 161 | default y |
161 | ---help--- | 162 | ---help--- |
@@ -201,6 +202,7 @@ config IPV6_TUNNEL | |||
201 | config IPV6_GRE | 202 | config IPV6_GRE |
202 | tristate "IPv6: GRE tunnel" | 203 | tristate "IPv6: GRE tunnel" |
203 | select IPV6_TUNNEL | 204 | select IPV6_TUNNEL |
205 | select NET_IP_TUNNEL | ||
204 | ---help--- | 206 | ---help--- |
205 | Tunneling means encapsulating data of one protocol type within | 207 | Tunneling means encapsulating data of one protocol type within |
206 | another protocol and sending it over a channel that understands the | 208 | another protocol and sending it over a channel that understands the |