aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
diff options
context:
space:
mode:
authorGreg Thelen <gthelen@google.com>2018-05-03 20:29:19 -0700
committerDoug Ledford <dledford@redhat.com>2018-05-09 08:51:03 -0400
commit9533b292a7acc62c294ebcbd9e1f9f9d52adb10b (patch)
tree0f0cc5b5c91c47f049a21c5c683f89787eeb5f39 /drivers/nvme/host
parentRDMA/cma: Do not query GID during QP state transition to RTR (diff)
downloadlinux-dev-9533b292a7acc62c294ebcbd9e1f9f9d52adb10b.tar.xz
linux-dev-9533b292a7acc62c294ebcbd9e1f9f9d52adb10b.zip
IB: remove redundant INFINIBAND kconfig dependencies
INFINIBAND_ADDR_TRANS depends on INFINIBAND. So there's no need for options which depend INFINIBAND_ADDR_TRANS to also depend on INFINIBAND. Remove the unnecessary INFINIBAND depends. Signed-off-by: Greg Thelen <gthelen@google.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/nvme/host')
-rw-r--r--drivers/nvme/host/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nvme/host/Kconfig b/drivers/nvme/host/Kconfig
index 88a8b5916624..dbb7464c018c 100644
--- a/drivers/nvme/host/Kconfig
+++ b/drivers/nvme/host/Kconfig
@@ -27,7 +27,7 @@ config NVME_FABRICS
config NVME_RDMA
tristate "NVM Express over Fabrics RDMA host driver"
- depends on INFINIBAND && INFINIBAND_ADDR_TRANS && BLOCK
+ depends on INFINIBAND_ADDR_TRANS && BLOCK
select NVME_CORE
select NVME_FABRICS
select SG_POOL