Kconfig 475 B

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