Dave Watson | 3c4d755 | 2017-06-14 11:37:39 -0700 | [diff] [blame^] | 1 | # |
2 | # TLS configuration | ||||
3 | # | ||||
4 | config TLS | ||||
5 | tristate "Transport Layer Security support" | ||||
6 | depends on NET | ||||
7 | default m | ||||
8 | ---help--- | ||||
9 | Enable kernel support for TLS protocol. This allows symmetric | ||||
10 | encryption handling of the TLS protocol to be done in-kernel. | ||||
11 | |||||
12 | If unsure, say M. |