]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5: Make MLX5_EN_TLS non-prompt
authorTariq Toukan <tariqt@mellanox.com>
Thu, 9 Apr 2020 16:53:24 +0000 (19:53 +0300)
committerSaeed Mahameed <saeedm@mellanox.com>
Thu, 16 Jul 2020 23:36:36 +0000 (16:36 -0700)
commit8cdcec05c14e659fe2f8460bbc8b652736afef6c
treeb617b9cb5193c6331a74a1b0397b0986034cd19a
parent2160c9db50f9d063c0cd184e49ae7c7a3c3c6154
net/mlx5: Make MLX5_EN_TLS non-prompt

TLS runs only over Eth, and the Eth driver is the only user of
the core TLS functionality.
There is no meaning of having the core functionality without the usage
in Eth driver.
Hence, let both TLS core implementations depend on MLX5_CORE_EN,
and select MLX5_EN_TLS.

Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
Reviewed-by: Raed Salem <raeds@mellanox.com>
Reviewed-by: Boris Pismenny <borisp@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/Kconfig