summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/Kconfig
diff options
context:
space:
mode:
authorGrzegorz Morys2017-08-13 17:08:58 +0200
committerDoug Ledford2017-08-22 20:22:38 +0200
commit6165467921a891bc79675cdb7f2791d8331f592c (patch)
treec64656addfa52487a63ee812e1194bd296762d13 /drivers/infiniband/hw/hfi1/Kconfig
parentIB/hfi1: Remove pstate from hfi1_pportdata (diff)
downloadkernel-qcow2-linux-6165467921a891bc79675cdb7f2791d8331f592c.tar.gz
kernel-qcow2-linux-6165467921a891bc79675cdb7f2791d8331f592c.tar.xz
kernel-qcow2-linux-6165467921a891bc79675cdb7f2791d8331f592c.zip
IB/hfi1: Remove HFI1_VERBS_31BIT_PSN option
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>
Diffstat (limited to 'drivers/infiniband/hw/hfi1/Kconfig')
-rw-r--r--drivers/infiniband/hw/hfi1/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/infiniband/hw/hfi1/Kconfig b/drivers/infiniband/hw/hfi1/Kconfig
index f6ea0881765a..7b146b67a80f 100644
--- a/drivers/infiniband/hw/hfi1/Kconfig
+++ b/drivers/infiniband/hw/hfi1/Kconfig
@@ -13,13 +13,6 @@ config HFI1_DEBUG_SDMA_ORDER
---help---
This is a debug flag to test for out of order
sdma completions for unit testing
-config HFI1_VERBS_31BIT_PSN
- bool "HFI1 enable 31 bit PSN"
- depends on INFINIBAND_HFI1
- default y
- ---help---
- Setting this enables 31 BIT PSN
- For verbs RC/UC
config SDMA_VERBOSITY
bool "Config SDMA Verbosity"
depends on INFINIBAND_HFI1