xref: /openbmc/linux/drivers/infiniband/hw/hfi1/Kconfig (revision 293d5b43)
1config INFINIBAND_HFI1
2	tristate "Intel OPA Gen1 support"
3	depends on X86_64 && INFINIBAND_RDMAVT && I2C
4	select MMU_NOTIFIER
5	select CRC32
6	select I2C_ALGOBIT
7	---help---
8	This is a low-level driver for Intel OPA Gen1 adapter.
9config HFI1_DEBUG_SDMA_ORDER
10	bool "HFI1 SDMA Order debug"
11	depends on INFINIBAND_HFI1
12	default n
13	---help---
14	This is a debug flag to test for out of order
15	sdma completions for unit testing
16config HFI1_VERBS_31BIT_PSN
17	bool "HFI1 enable 31 bit PSN"
18	depends on INFINIBAND_HFI1
19	default y
20	---help---
21	Setting this enables 31 BIT PSN
22	For verbs RC/UC
23config SDMA_VERBOSITY
24	bool "Config SDMA Verbosity"
25	depends on INFINIBAND_HFI1
26	default n
27	---help---
28	This is a configuration flag to enable verbose
29	SDMA debug
30