Commit 58cd3477 authored by Lukas Bulwahn's avatar Lukas Bulwahn Committed by Saeed Mahameed
Browse files

net/mlx5: fix config name in Kconfig parameter documentation



Commit a12ba192 ("net/mlx5: Update Kconfig parameter documentation")
adds documentation on Kconfig options for the mlx5 driver. It refers to the
config MLX5_EN_MACSEC for MACSec offloading, but the config is actually
called MLX5_MACSEC.

Fix the reference to the right config name in the documentation.

Signed-off-by: default avatarLukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: default avatarSaeed Mahameed <saeedm@nvidia.com>
parent 0d2d6bc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ Enabling the driver and kconfig options
|    Enables :ref:`IPSec XFRM cryptography-offload acceleration <xfrm_device>`.


**CONFIG_MLX5_EN_MACSEC=(y/n)**
**CONFIG_MLX5_MACSEC=(y/n)**

|    Build support for MACsec cryptography-offload acceleration in the NIC.