This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / net / ipv4 / Kconfig
index bd15e1a..27f47ba 100644 (file)
@@ -301,7 +301,6 @@ config SYN_COOKIES
 
 config INET_AH
        tristate "IP: AH transformation"
-       depends on INET
        select XFRM
        select CRYPTO
        select CRYPTO_HMAC
@@ -314,7 +313,6 @@ config INET_AH
 
 config INET_ESP
        tristate "IP: ESP transformation"
-       depends on INET
        select XFRM
        select CRYPTO
        select CRYPTO_HMAC
@@ -328,20 +326,18 @@ config INET_ESP
 
 config INET_IPCOMP
        tristate "IP: IPComp transformation"
-       depends on INET
        select XFRM
        select INET_TUNNEL
        select CRYPTO
        select CRYPTO_DEFLATE
        ---help---
-         Support for IP Payload Compression Protocol (IPComp) (RFC3173),
-         typically needed for IPsec.
+         Support for IP Paylod Compression (RFC3173), typically needed
+         for IPsec.
          
          If unsure, say Y.
 
 config INET_TUNNEL
        tristate "IP: tunnel transformation"
-       depends on INET
        select XFRM
        ---help---
          Support for generic IP tunnel transformation, which is required by
@@ -372,19 +368,6 @@ config ACCEPT_QUEUES
 
          If unsure, say N.
 
-config IP_TCPDIAG
-       tristate "IP: TCP socket monitoring interface"
-       depends on INET
-       default y
-       ---help---
-         Support for TCP socket monitoring interface used by native Linux
-         tools such as ss.
-         
-         If unsure, say Y.
-
-config IP_TCPDIAG_IPV6
-       def_bool (IP_TCPDIAG=y && IPV6=y) || (IP_TCPDIAG=m && IPV6)
-
 source "net/ipv4/ipvs/Kconfig"
 
 #