Kconfig 512 B

1234567891011121314151617
  1. config INFINIBAND_QIB
  2. tristate "Intel PCIe HCA support"
  3. depends on 64BIT && INFINIBAND_RDMAVT
  4. depends on PCI
  5. ---help---
  6. This is a low-level driver for Intel PCIe QLE InfiniBand host
  7. channel adapters. This driver does not support the Intel
  8. HyperTransport card (model QHT7140).
  9. config INFINIBAND_QIB_DCA
  10. bool "QIB DCA support"
  11. depends on INFINIBAND_QIB && DCA && SMP && !(INFINIBAND_QIB=y && DCA=m)
  12. default y
  13. ---help---
  14. Setting this enables DCA support on some Intel chip sets
  15. with the iba7322 HCA.