mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 02:34:01 +08:00
13 lines
265 B
Plaintext
13 lines
265 B
Plaintext
|
#
|
||
|
# 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.
|