Kconfig 418 B

123456789101112
  1. config MLX4_INFINIBAND
  2. tristate "Mellanox ConnectX HCA support"
  3. depends on NETDEVICES && ETHERNET && PCI && INET
  4. depends on MAY_USE_DEVLINK
  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.