brintos

brintos / linux-shallow public Read only

0
0
Text · 619 B · 14b92e1 Raw
24 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config INFINIBAND_HFI13	tristate "Cornelis OPX Gen1 support"4	depends on X86_64 && INFINIBAND_RDMAVT && I2C && !UML5	select MMU_NOTIFIER6	select CRC327	select I2C_ALGOBIT8	help9	This is a low-level driver for Cornelis OPX Gen1 adapter.10config HFI1_DEBUG_SDMA_ORDER11	bool "HFI1 SDMA Order debug"12	depends on INFINIBAND_HFI113	default n14	help15	This is a debug flag to test for out of order16	sdma completions for unit testing17config SDMA_VERBOSITY18	bool "Config SDMA Verbosity"19	depends on INFINIBAND_HFI120	default n21	help22	This is a configuration flag to enable verbose23	SDMA debug24