diff options
author | Patrick McHardy <kaber@trash.net> | 2005-07-19 16:59:17 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-07-19 16:59:17 -0400 |
commit | abaacad9bcb3f118cc802f527ab5d7c41b63f83a (patch) | |
tree | 00feb47b1bc9f2b1c3eced293fce47a54faf711c /net/ipv4/Kconfig | |
parent | 6aef4fdfeaec5f2c66415f2cafa98a3ff927501f (diff) |
[IPV4]: Don't select XFRM for ip_gre
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/Kconfig')
-rw-r--r-- | net/ipv4/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index ecea2bc8229f..c7f1f9245bc9 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig | |||
@@ -252,7 +252,6 @@ config NET_IPIP | |||
252 | 252 | ||
253 | config NET_IPGRE | 253 | config NET_IPGRE |
254 | tristate "IP: GRE tunnels over IP" | 254 | tristate "IP: GRE tunnels over IP" |
255 | select XFRM | ||
256 | help | 255 | help |
257 | Tunneling means encapsulating data of one protocol type within | 256 | Tunneling means encapsulating data of one protocol type within |
258 | another protocol and sending it over a channel that understands the | 257 | another protocol and sending it over a channel that understands the |