2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2010-05-23 21:44:54 -07:00
|
|
|
config INFINIBAND_QIB
|
2013-03-14 18:13:41 +00:00
|
|
|
tristate "Intel PCIe HCA support"
|
2016-01-22 12:44:29 -08:00
|
|
|
depends on 64BIT && INFINIBAND_RDMAVT
|
2017-09-06 13:15:50 +03:00
|
|
|
depends on PCI
|
2020-06-14 01:50:22 +09:00
|
|
|
help
|
2013-03-14 18:13:41 +00:00
|
|
|
This is a low-level driver for Intel PCIe QLE InfiniBand host
|
|
|
|
|
channel adapters. This driver does not support the Intel
|
2010-05-23 21:44:54 -07:00
|
|
|
HyperTransport card (model QHT7140).
|
2013-05-30 18:25:25 -04:00
|
|
|
|
|
|
|
|
config INFINIBAND_QIB_DCA
|
|
|
|
|
bool "QIB DCA support"
|
2013-08-30 09:39:53 +02:00
|
|
|
depends on INFINIBAND_QIB && DCA && SMP && !(INFINIBAND_QIB=y && DCA=m)
|
2013-05-30 18:25:25 -04:00
|
|
|
default y
|
2020-06-14 01:50:22 +09:00
|
|
|
help
|
2013-05-30 18:25:25 -04:00
|
|
|
Setting this enables DCA support on some Intel chip sets
|
|
|
|
|
with the iba7322 HCA.
|