mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
net/mlx5: Remove TLS dependencies on XPS
No real dependency on XPS, but on RX queue mapping, which is being selected by TLS_DEVICE. Signed-off-by: Tariq Toukan <tariqt@nvidia.com> Reviewed-by: Maxim Mikityanskiy <maximmi@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
76f165939e
commit
2af3e35c5a
|
|
@ -166,7 +166,6 @@ config MLX5_FPGA_TLS
|
|||
depends on TLS=y || MLX5_CORE=m
|
||||
depends on MLX5_CORE_EN
|
||||
depends on MLX5_FPGA
|
||||
depends on XPS
|
||||
select MLX5_EN_TLS
|
||||
default n
|
||||
help
|
||||
|
|
@ -181,7 +180,6 @@ config MLX5_TLS
|
|||
depends on TLS_DEVICE
|
||||
depends on TLS=y || MLX5_CORE=m
|
||||
depends on MLX5_CORE_EN
|
||||
depends on XPS
|
||||
select MLX5_ACCEL
|
||||
select MLX5_EN_TLS
|
||||
default n
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user