X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=net%2Fxfrm%2FKconfig;h=6d081674515f0a7112580d1328c52bceda0386e5;hb=e647d6b314266adb904d4b84973eda0afa856946;hp=8f9dbec319be471688fdc78a4cea4815809406ba;hpb=4f4ae0d42680889c62db4e1f3e6b4aa7787a7257;p=~andy%2Flinux diff --git a/net/xfrm/Kconfig b/net/xfrm/Kconfig index 8f9dbec319b..6d081674515 100644 --- a/net/xfrm/Kconfig +++ b/net/xfrm/Kconfig @@ -38,7 +38,7 @@ config XFRM_MIGRATE config XFRM_STATISTICS bool "Transformation statistics (EXPERIMENTAL)" - depends on XFRM && PROC_FS && EXPERIMENTAL + depends on INET && XFRM && PROC_FS && EXPERIMENTAL ---help--- This statistics is not a SNMP/MIB specification but shows statistics about transformation error (or almost error) factor @@ -46,6 +46,12 @@ config XFRM_STATISTICS If unsure, say N. +config XFRM_IPCOMP + tristate + select XFRM + select CRYPTO + select CRYPTO_DEFLATE + config NET_KEY tristate "PF_KEY sockets" select XFRM