From 3f99b2b3f7e4567e331fce35c3d27b65c34ea651 Mon Sep 17 00:00:00 2001 From: Tiago Gaspar Date: Wed, 12 Apr 2023 13:53:33 +0100 Subject: 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 (added disabled symbols) Signed-off-by: Christian Lamparter --- target/linux/generic/config-5.15 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/generic/config-5.15') 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 -- cgit v1.2.3