mirror of
https://github.com/torvalds/linux.git
synced 2024-12-11 21:52:04 +00: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.
|