Merge branches 'hfi1' and 'sge-limit' into k.o/for-4.8-2
[deliverable/linux.git] / drivers / infiniband / hw / hfi1 / Kconfig
1 config 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 default m
8 ---help---
9 This is a low-level driver for Intel OPA Gen1 adapter.
10 config HFI1_DEBUG_SDMA_ORDER
11 bool "HFI1 SDMA Order debug"
12 depends on INFINIBAND_HFI1
13 default n
14 ---help---
15 This is a debug flag to test for out of order
16 sdma completions for unit testing
17 config HFI1_VERBS_31BIT_PSN
18 bool "HFI1 enable 31 bit PSN"
19 depends on INFINIBAND_HFI1
20 default y
21 ---help---
22 Setting this enables 31 BIT PSN
23 For verbs RC/UC
24 config SDMA_VERBOSITY
25 bool "Config SDMA Verbosity"
26 depends on INFINIBAND_HFI1
27 default n
28 ---help---
29 This is a configuration flag to enable verbose
30 SDMA debug
This page took 0.038461 seconds and 5 git commands to generate.