10 lines
422 B
Plaintext
10 lines
422 B
Plaintext
|
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
config MLX5_INFINIBAND
|
||
|
tristate "Mellanox 5th generation network adapters (ConnectX series) support"
|
||
|
depends on NETDEVICES && ETHERNET && PCI && 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.
|