Linux Audio

Check our new training course

Linux kernel drivers training

Mar 31-Apr 9, 2025, special US time zones
Register
Loading...
v6.8
 1# SPDX-License-Identifier: GPL-2.0-only
 2config INFINIBAND_QIB
 3	tristate "Intel PCIe HCA support"
 4	depends on 64BIT && INFINIBAND_RDMAVT
 5	depends on PCI
 6	help
 7	This is a low-level driver for Intel PCIe QLE InfiniBand host
 8	channel adapters.  This driver does not support the Intel
 9	HyperTransport card (model QHT7140).
10
11config INFINIBAND_QIB_DCA
12	bool "QIB DCA support"
13	depends on INFINIBAND_QIB && DCA && SMP && !(INFINIBAND_QIB=y && DCA=m)
14	default y
15	help
16	Setting this enables DCA support on some Intel chip sets
17	with the iba7322 HCA.
v5.4
 1# SPDX-License-Identifier: GPL-2.0-only
 2config INFINIBAND_QIB
 3	tristate "Intel PCIe HCA support"
 4	depends on 64BIT && INFINIBAND_RDMAVT
 5	depends on PCI
 6	---help---
 7	This is a low-level driver for Intel PCIe QLE InfiniBand host
 8	channel adapters.  This driver does not support the Intel
 9	HyperTransport card (model QHT7140).
10
11config INFINIBAND_QIB_DCA
12	bool "QIB DCA support"
13	depends on INFINIBAND_QIB && DCA && SMP && !(INFINIBAND_QIB=y && DCA=m)
14	default y
15	---help---
16	Setting this enables DCA support on some Intel chip sets
17	with the iba7322 HCA.