linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / net / ipv4 / Kconfig
index e2c848d..cad4ecd 100644 (file)
@@ -235,7 +235,6 @@ config IP_PNP_RARP
 #   bool '    IP: ARP support' CONFIG_IP_PNP_ARP               
 config NET_IPIP
        tristate "IP: tunneling"
-       select INET_TUNNEL
        ---help---
          Tunneling means encapsulating data of one protocol type within
          another protocol and sending it over a channel that understands the
@@ -396,7 +395,7 @@ config INET_ESP
 config INET_IPCOMP
        tristate "IP: IPComp transformation"
        select XFRM
-       select INET_XFRM_TUNNEL
+       select INET_TUNNEL
        select CRYPTO
        select CRYPTO_DEFLATE
        ---help---
@@ -405,14 +404,14 @@ config INET_IPCOMP
          
          If unsure, say Y.
 
-config INET_XFRM_TUNNEL
-       tristate
-       select INET_TUNNEL
-       default n
-
 config INET_TUNNEL
-       tristate
-       default n
+       tristate "IP: tunnel transformation"
+       select XFRM
+       ---help---
+         Support for generic IP tunnel transformation, which is required by
+         the IP tunneling module as well as tunnel mode IPComp.
+         
+         If unsure, say Y.
 
 config INET_DIAG
        tristate "INET: socket monitoring interface"