From 7340224cd75eb5e6f2593f185498f28bf7d7c595 Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Wed, 20 Nov 2019 14:49:43 -0500 Subject: Enable CONFIG_TLS_DEVICE We could potentially offload TLS. Enable this option. --- configs/fedora/generic/CONFIG_MLX5_TLS | 1 + configs/fedora/generic/CONFIG_TLS_DEVICE | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 configs/fedora/generic/CONFIG_MLX5_TLS (limited to 'configs') 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 -- cgit