mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
0861565f50
Remove Kconfig dependency of mlx5_ib/mlx5_core on X86, since there is no such dependency in reality. Signed-off-by: Eli Cohen <eli@mellanox.com> Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Roland Dreier <roland@purestorage.com>
11 lines
386 B
Plaintext
11 lines
386 B
Plaintext
config MLX5_INFINIBAND
|
|
tristate "Mellanox Connect-IB HCA support"
|
|
depends on NETDEVICES && ETHERNET && PCI
|
|
select NET_VENDOR_MELLANOX
|
|
select MLX5_CORE
|
|
---help---
|
|
This driver provides low-level InfiniBand support for
|
|
Mellanox Connect-IB PCI Express host channel adapters (HCAs).
|
|
This is required to use InfiniBand protocols such as
|
|
IP-over-IB or SRP with these devices.
|