xref: /openbmc/linux/drivers/infiniband/hw/mlx5/Kconfig (revision c83eeec79ff64f777cbd59a8bd15d0a3fe1f92c0)
1# SPDX-License-Identifier: GPL-2.0-only
2config MLX5_INFINIBAND
3	tristate "Mellanox 5th generation network adapters (ConnectX series) support"
4	depends on NETDEVICES && ETHERNET && PCI && MLX5_CORE
5	help
6	  This driver provides low-level InfiniBand support for
7	  Mellanox Connect-IB PCI Express host channel adapters (HCAs).
8	  This is required to use InfiniBand protocols such as
9	  IP-over-IB or SRP with these devices.
10