===== net/ipv4/Kconfig 1.20 vs edited ===== --- 1.20/net/ipv4/Kconfig 2004-10-27 05:32:28 +10:00 +++ edited/net/ipv4/Kconfig 2004-10-29 13:34:38 +10:00 @@ -301,6 +301,7 @@ config INET_AH tristate "IP: AH transformation" + depends on INET select XFRM select CRYPTO select CRYPTO_HMAC @@ -313,6 +314,7 @@ config INET_ESP tristate "IP: ESP transformation" + depends on INET select XFRM select CRYPTO select CRYPTO_HMAC @@ -326,6 +328,7 @@ config INET_IPCOMP tristate "IP: IPComp transformation" + depends on INET select XFRM select INET_TUNNEL select CRYPTO @@ -338,6 +341,7 @@ config INET_TUNNEL tristate "IP: tunnel transformation" + depends on INET select XFRM ---help--- Support for generic IP tunnel transformation, which is required by