Skip to content

Commit

Permalink
feat: enable CONFIG_TLS as a module
Browse files Browse the repository at this point in the history
Fixes #8464

```
-rw-r--r-- 1 smira smira 227K Jun  2  2019 ./lib/modules/6.6.21-talos/kernel/net/tls/tls.ko
```

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Mar 20, 2024
1 parent bb981f8 commit b65c085
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion kernel/build/config-amd64
Expand Up @@ -1100,7 +1100,9 @@ CONFIG_UNIX=y
CONFIG_UNIX_SCM=y
CONFIG_AF_UNIX_OOB=y
# CONFIG_UNIX_DIAG is not set
# CONFIG_TLS is not set
CONFIG_TLS=m
# CONFIG_TLS_DEVICE is not set
# CONFIG_TLS_TOE is not set
CONFIG_XFRM=y
CONFIG_XFRM_OFFLOAD=y
CONFIG_XFRM_ALGO=y
Expand Down
4 changes: 3 additions & 1 deletion kernel/build/config-arm64
Expand Up @@ -1125,7 +1125,9 @@ CONFIG_UNIX=y
CONFIG_UNIX_SCM=y
CONFIG_AF_UNIX_OOB=y
# CONFIG_UNIX_DIAG is not set
# CONFIG_TLS is not set
CONFIG_TLS=m
# CONFIG_TLS_DEVICE is not set
# CONFIG_TLS_TOE is not set
CONFIG_XFRM=y
CONFIG_XFRM_OFFLOAD=y
CONFIG_XFRM_ALGO=y
Expand Down

0 comments on commit b65c085

Please sign in to comment.