mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 19:45:22 +07:00
0244ad004a
After the last architecture switched to generic hard irqs the config options HAVE_GENERIC_HARDIRQS & GENERIC_HARDIRQS and the related code for !CONFIG_GENERIC_HARDIRQS can be removed. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
16 lines
475 B
Plaintext
16 lines
475 B
Plaintext
config INFINIBAND_QIB
|
|
tristate "Intel PCIe HCA support"
|
|
depends on 64BIT
|
|
---help---
|
|
This is a low-level driver for Intel PCIe QLE InfiniBand host
|
|
channel adapters. This driver does not support the Intel
|
|
HyperTransport card (model QHT7140).
|
|
|
|
config INFINIBAND_QIB_DCA
|
|
bool "QIB DCA support"
|
|
depends on INFINIBAND_QIB && DCA && SMP && !(INFINIBAND_QIB=y && DCA=m)
|
|
default y
|
|
---help---
|
|
Setting this enables DCA support on some Intel chip sets
|
|
with the iba7322 HCA.
|