hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/infiniband/hw/qib/Kconfig
....@@ -1,8 +1,9 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config INFINIBAND_QIB
23 tristate "Intel PCIe HCA support"
34 depends on 64BIT && INFINIBAND_RDMAVT
45 depends on PCI
5
- ---help---
6
+ help
67 This is a low-level driver for Intel PCIe QLE InfiniBand host
78 channel adapters. This driver does not support the Intel
89 HyperTransport card (model QHT7140).
....@@ -11,6 +12,6 @@
1112 bool "QIB DCA support"
1213 depends on INFINIBAND_QIB && DCA && SMP && !(INFINIBAND_QIB=y && DCA=m)
1314 default y
14
- ---help---
15
+ help
1516 Setting this enables DCA support on some Intel chip sets
1617 with the iba7322 HCA.