On Sat, 29 Jul 2006, Masahide NAKAMURA wrote: > This option is for enhanced transformation features and it will be used by > Mobile IPv6. > Based on MIPL2 kernel patch. > --- > net/xfrm/Kconfig | 8 ++++++++ > 1 files changed, 8 insertions(+), 0 deletions(-) > > diff --git a/net/xfrm/Kconfig b/net/xfrm/Kconfig > index 0c1c043..95f4f09 100644 > --- a/net/xfrm/Kconfig > +++ b/net/xfrm/Kconfig > @@ -14,6 +14,14 @@ config XFRM_USER > > If unsure, say Y. > > +config XFRM_ADVANCED > + bool "Transformation advanced functions (EXPERIMENTAL)" > + depends on XFRM && EXPERIMENTAL > + ---help--- > + Support advanced transformation for developers. > + > + If unsure, say N. > + > config NET_KEY > tristate "PF_KEY sockets" > select XFRM >
Do we really need to add this config item? I think we should just enable it. - James -- James Morris <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
