On Wed, 14 Jun 2017 11:37:39 -0700 Dave Watson <davejwatson@xxxxxx> wrote: > --- /dev/null > +++ b/net/tls/Kconfig > @@ -0,0 +1,12 @@ > +# > +# TLS configuration > +# > +config TLS > + tristate "Transport Layer Security support" > + depends on NET > + default m > + ---help--- > + Enable kernel support for TLS protocol. This allows symmetric > + encryption handling of the TLS protocol to be done in-kernel. > + > + If unsure, say M. I understand that this will be useful to lots of people and most distributions will enable it. But the defacto policy in kernel configuration has been that new features in kernel default to being disabled.