diff options
author | Greg Thelen <gthelen@google.com> | 2018-05-04 06:29:19 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2018-05-09 15:51:03 +0300 |
commit | 9533b292a7acc62c294ebcbd9e1f9f9d52adb10b (patch) | |
tree | 0f0cc5b5c91c47f049a21c5c683f89787eeb5f39 /drivers/infiniband | |
parent | 9aa169213d1166d30ae357a44abbeae93459339d (diff) | |
download | linux-9533b292a7acc62c294ebcbd9e1f9f9d52adb10b.tar.xz |
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/infiniband')
-rw-r--r-- | drivers/infiniband/ulp/srpt/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/ulp/srpt/Kconfig b/drivers/infiniband/ulp/srpt/Kconfig index fb8b7182f05e..25bf6955b6d0 100644 --- a/drivers/infiniband/ulp/srpt/Kconfig +++ b/drivers/infiniband/ulp/srpt/Kconfig @@ -1,6 +1,6 @@ config INFINIBAND_SRPT tristate "InfiniBand SCSI RDMA Protocol target support" - depends on INFINIBAND && INFINIBAND_ADDR_TRANS && TARGET_CORE + depends on INFINIBAND_ADDR_TRANS && TARGET_CORE ---help--- Support for the SCSI RDMA Protocol (SRP) Target driver. The |