0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config INFINIBAND_QIB
0003 tristate "Intel PCIe HCA support"
0004 depends on 64BIT && INFINIBAND_RDMAVT
0005 depends on PCI
0006 help
0007 This is a low-level driver for Intel PCIe QLE InfiniBand host
0008 channel adapters. This driver does not support the Intel
0009 HyperTransport card (model QHT7140).
0010
0011 config INFINIBAND_QIB_DCA
0012 bool "QIB DCA support"
0013 depends on INFINIBAND_QIB && DCA && SMP && !(INFINIBAND_QIB=y && DCA=m)
0014 default y
0015 help
0016 Setting this enables DCA support on some Intel chip sets
0017 with the iba7322 HCA.