mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-20 09:34:44 +08:00
f282651de6
Since mlx4_ib supports IP based addressing, a dependency on INET needs to be added, since mlx4_ib registers itself for net device events. Signed-off-by: Matan Barak <matanb@mellanox.com> Signed-off-by: Roland Dreier <roland@purestorage.com>
11 lines
390 B
Plaintext
11 lines
390 B
Plaintext
config MLX4_INFINIBAND
|
|
tristate "Mellanox ConnectX HCA support"
|
|
depends on NETDEVICES && ETHERNET && PCI && INET
|
|
select NET_VENDOR_MELLANOX
|
|
select MLX4_CORE
|
|
---help---
|
|
This driver provides low-level InfiniBand support for
|
|
Mellanox ConnectX PCI Express host channel adapters (HCAs).
|
|
This is required to use InfiniBand protocols such as
|
|
IP-over-IB or SRP with these devices.
|