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