xref: /linux/drivers/infiniband/hw/mlx4/Kconfig (revision c4bbe83d27c2446a033cc0381c3fb6be5e8c41c7)
1# SPDX-License-Identifier: GPL-2.0-only
2config MLX4_INFINIBAND
3	tristate "Mellanox ConnectX HCA support"
4	depends on NETDEVICES && ETHERNET && PCI && INET
5	select NET_VENDOR_MELLANOX
6	select MLX4_CORE
7	help
8	  This driver provides low-level InfiniBand support for
9	  Mellanox ConnectX PCI Express host channel adapters (HCAs).
10	  This is required to use InfiniBand protocols such as
11	  IP-over-IB or SRP with these devices.
12