diff options
author | Laura Abbott <labbott@redhat.com> | 2019-11-20 14:49:43 -0500 |
---|---|---|
committer | Laura Abbott <labbott@redhat.com> | 2019-11-22 10:59:28 -0500 |
commit | 7340224cd75eb5e6f2593f185498f28bf7d7c595 (patch) | |
tree | 7c976d01df62326785850bb7c7d6aeb7644f72ab /configs | |
parent | 3792ab811f3d097b7883cf43235c75ea410b3ebc (diff) | |
download | kernel-7340224cd75eb5e6f2593f185498f28bf7d7c595.tar.gz kernel-7340224cd75eb5e6f2593f185498f28bf7d7c595.tar.xz kernel-7340224cd75eb5e6f2593f185498f28bf7d7c595.zip |
Enable CONFIG_TLS_DEVICE
We could potentially offload TLS. Enable this option.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/fedora/generic/CONFIG_MLX5_TLS | 1 | ||||
-rw-r--r-- | configs/fedora/generic/CONFIG_TLS_DEVICE | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/configs/fedora/generic/CONFIG_MLX5_TLS b/configs/fedora/generic/CONFIG_MLX5_TLS new file mode 100644 index 000000000..ca3633796 --- /dev/null +++ b/configs/fedora/generic/CONFIG_MLX5_TLS @@ -0,0 +1 @@ +# CONFIG_MLX5_TLS is not set diff --git a/configs/fedora/generic/CONFIG_TLS_DEVICE b/configs/fedora/generic/CONFIG_TLS_DEVICE index 1d436b4a8..7a19aef6a 100644 --- a/configs/fedora/generic/CONFIG_TLS_DEVICE +++ b/configs/fedora/generic/CONFIG_TLS_DEVICE @@ -1 +1 @@ -# CONFIG_TLS_DEVICE is not set +CONFIG_TLS_DEVICE=y |