diff options
author | Tiago Gaspar <tiagogaspar8@gmail.com> | 2023-04-12 13:53:33 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2023-05-20 15:19:14 +0200 |
commit | 3f99b2b3f7e4567e331fce35c3d27b65c34ea651 (patch) | |
tree | 0809aa6490811b4914c81ecd2e1bde2badeb7f61 /target | |
parent | 4071398b13aeee873cb5a48b00b6c90074763d5f (diff) | |
download | upstream-3f99b2b3f7e4567e331fce35c3d27b65c34ea651.tar.gz upstream-3f99b2b3f7e4567e331fce35c3d27b65c34ea651.tar.bz2 upstream-3f99b2b3f7e4567e331fce35c3d27b65c34ea651.zip |
kernel: net: add support for kernel tls
Add ktls (Kernel TLS) kmods to enable TLS support
in kernel (allowing TLS offload when the network
card supports it)
Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
(added disabled symbols)
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-5.15 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15 index 4c35281b54..f13af8ba26 100644 --- a/target/linux/generic/config-5.15 +++ b/target/linux/generic/config-5.15 @@ -6571,6 +6571,8 @@ CONFIG_TINY_RCU=y # CONFIG_TI_TSC2046 is not set # CONFIG_TLAN is not set # CONFIG_TLS is not set +# CONFIG_TLS_DEVICE is not set +# CONFIG_TLS_TOE is not set # CONFIG_TMD_HERMES is not set # CONFIG_TMP006 is not set # CONFIG_TMP007 is not set |