mirror of
https://github.com/torvalds/linux.git
synced 2024-12-13 22:53:20 +00:00
6165467921
Remove HFI1_VERBS_31BIT_PSN Kconfig option leaving only 31-bit PSNs available. The option was implemented in the early days of the driver and is no longer needed. Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com> Signed-off-by: Grzegorz Morys <grzegorz.morys@intel.com> Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
23 lines
583 B
Plaintext
23 lines
583 B
Plaintext
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
|