Commit 1b7eb337 authored by Colin Ian King's avatar Colin Ian King Committed by Saeed Mahameed
Browse files

net/mlx5: fix spelling mistake in Kconfig "accelaration" -> "acceleration"



There are some spelling mistakes in the Kconfig. Fix these.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarSaeed Mahameed <saeedm@nvidia.com>
parent e4b62cf7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -149,14 +149,14 @@ config MLX5_IPSEC
	IPsec support for the Connect-X family.

config MLX5_EN_IPSEC
	bool "IPSec XFRM cryptography-offload accelaration"
	bool "IPSec XFRM cryptography-offload acceleration"
	depends on MLX5_CORE_EN
	depends on XFRM_OFFLOAD
	depends on INET_ESP_OFFLOAD || INET6_ESP_OFFLOAD
	depends on MLX5_FPGA_IPSEC || MLX5_IPSEC
	default n
	help
	  Build support for IPsec cryptography-offload accelaration in the NIC.
	  Build support for IPsec cryptography-offload acceleration in the NIC.
	  Note: Support for hardware with this capability needs to be selected
	  for this option to become available.

@@ -192,7 +192,7 @@ config MLX5_TLS
config MLX5_EN_TLS
	bool
	help
	Build support for TLS cryptography-offload accelaration in the NIC.
	Build support for TLS cryptography-offload acceleration in the NIC.
	Note: Support for hardware with this capability needs to be selected
	for this option to become available.