Kconfig 424 B

1234567891011
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config 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.