Kconfig 645 B

12345678910111213141516
  1. config IPATH_CORE
  2. tristate "QLogic InfiniPath Driver"
  3. depends on 64BIT && PCI_MSI && NET
  4. ---help---
  5. This is a low-level driver for QLogic InfiniPath host channel
  6. adapters (HCAs) based on the HT-400 and PE-800 chips.
  7. config INFINIBAND_IPATH
  8. tristate "QLogic InfiniPath Verbs Driver"
  9. depends on IPATH_CORE && INFINIBAND
  10. ---help---
  11. This is a driver that provides InfiniBand verbs support for
  12. QLogic InfiniPath host channel adapters (HCAs). This
  13. allows these devices to be used with both kernel upper level
  14. protocols such as IP-over-InfiniBand as well as with userspace
  15. applications (in conjunction with InfiniBand userspace access).