mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 20:20:50 +07:00
ec8f24b7fa
Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
24 lines
623 B
Plaintext
24 lines
623 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config INFINIBAND_HFI1
|
|
tristate "Intel OPA Gen1 support"
|
|
depends on X86_64 && INFINIBAND_RDMAVT && I2C
|
|
select MMU_NOTIFIER
|
|
select CRC32
|
|
select I2C_ALGOBIT
|
|
---help---
|
|
This is a low-level driver for Intel OPA Gen1 adapter.
|
|
config HFI1_DEBUG_SDMA_ORDER
|
|
bool "HFI1 SDMA Order debug"
|
|
depends on INFINIBAND_HFI1
|
|
default n
|
|
---help---
|
|
This is a debug flag to test for out of order
|
|
sdma completions for unit testing
|
|
config SDMA_VERBOSITY
|
|
bool "Config SDMA Verbosity"
|
|
depends on INFINIBAND_HFI1
|
|
default n
|
|
---help---
|
|
This is a configuration flag to enable verbose
|
|
SDMA debug
|