diff options
author | David S. Miller <davem@davemloft.net> | 2008-04-08 05:33:36 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-04-08 05:33:36 -0400 |
commit | 8eefca4888c986d993b2571eb31f0397a5d0a178 (patch) | |
tree | adc659aba0eaaaaa3d33db20d7c759dfc5f0669b /net/ipv6/Kconfig | |
parent | 549e028d012fab01e5726943d4afecd0c33d64e6 (diff) | |
parent | de357cc01334a468e4d5b7ba66a17b0d3ca9d63e (diff) |
Merge branch 'net-2.6.26-isatap-20080403' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-dev
Diffstat (limited to 'net/ipv6/Kconfig')
-rw-r--r-- | net/ipv6/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ipv6/Kconfig b/net/ipv6/Kconfig index 82f987b4ef84..6cd2f4cdcb28 100644 --- a/net/ipv6/Kconfig +++ b/net/ipv6/Kconfig | |||
@@ -168,6 +168,7 @@ config IPV6_SIT | |||
168 | tristate "IPv6: IPv6-in-IPv4 tunnel (SIT driver)" | 168 | tristate "IPv6: IPv6-in-IPv4 tunnel (SIT driver)" |
169 | depends on IPV6 | 169 | depends on IPV6 |
170 | select INET_TUNNEL | 170 | select INET_TUNNEL |
171 | select IPV6_NDISC_NODETYPE | ||
171 | default y | 172 | default y |
172 | ---help--- | 173 | ---help--- |
173 | Tunneling means encapsulating data of one protocol type within | 174 | Tunneling means encapsulating data of one protocol type within |
@@ -178,6 +179,9 @@ config IPV6_SIT | |||
178 | 179 | ||
179 | Saying M here will produce a module called sit.ko. If unsure, say Y. | 180 | Saying M here will produce a module called sit.ko. If unsure, say Y. |
180 | 181 | ||
182 | config IPV6_NDISC_NODETYPE | ||
183 | bool | ||
184 | |||
181 | config IPV6_TUNNEL | 185 | config IPV6_TUNNEL |
182 | tristate "IPv6: IP-in-IPv6 tunnel (RFC2473)" | 186 | tristate "IPv6: IP-in-IPv6 tunnel (RFC2473)" |
183 | select INET6_TUNNEL | 187 | select INET6_TUNNEL |