mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-15 11:47:33 +07:00
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>
This commit is contained in:
parent
9aa169213d
commit
9533b292a7
@ -1,6 +1,6 @@
|
|||||||
config INFINIBAND_SRPT
|
config INFINIBAND_SRPT
|
||||||
tristate "InfiniBand SCSI RDMA Protocol target support"
|
tristate "InfiniBand SCSI RDMA Protocol target support"
|
||||||
depends on INFINIBAND && INFINIBAND_ADDR_TRANS && TARGET_CORE
|
depends on INFINIBAND_ADDR_TRANS && TARGET_CORE
|
||||||
---help---
|
---help---
|
||||||
|
|
||||||
Support for the SCSI RDMA Protocol (SRP) Target driver. The
|
Support for the SCSI RDMA Protocol (SRP) Target driver. The
|
||||||
|
@ -27,7 +27,7 @@ config NVME_FABRICS
|
|||||||
|
|
||||||
config NVME_RDMA
|
config NVME_RDMA
|
||||||
tristate "NVM Express over Fabrics RDMA host driver"
|
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_CORE
|
||||||
select NVME_FABRICS
|
select NVME_FABRICS
|
||||||
select SG_POOL
|
select SG_POOL
|
||||||
|
@ -27,7 +27,7 @@ config NVME_TARGET_LOOP
|
|||||||
|
|
||||||
config NVME_TARGET_RDMA
|
config NVME_TARGET_RDMA
|
||||||
tristate "NVMe over Fabrics RDMA target support"
|
tristate "NVMe over Fabrics RDMA target support"
|
||||||
depends on INFINIBAND && INFINIBAND_ADDR_TRANS
|
depends on INFINIBAND_ADDR_TRANS
|
||||||
depends on NVME_TARGET
|
depends on NVME_TARGET
|
||||||
select SGL_ALLOC
|
select SGL_ALLOC
|
||||||
help
|
help
|
||||||
|
@ -34,7 +34,7 @@ config LNET_SELFTEST
|
|||||||
|
|
||||||
config LNET_XPRT_IB
|
config LNET_XPRT_IB
|
||||||
tristate "LNET infiniband support"
|
tristate "LNET infiniband support"
|
||||||
depends on LNET && PCI && INFINIBAND && INFINIBAND_ADDR_TRANS
|
depends on LNET && PCI && INFINIBAND_ADDR_TRANS
|
||||||
default LNET && INFINIBAND
|
default LNET && INFINIBAND
|
||||||
help
|
help
|
||||||
This option allows the LNET users to use infiniband as an
|
This option allows the LNET users to use infiniband as an
|
||||||
|
@ -197,7 +197,7 @@ config CIFS_SMB311
|
|||||||
|
|
||||||
config CIFS_SMB_DIRECT
|
config CIFS_SMB_DIRECT
|
||||||
bool "SMB Direct support (Experimental)"
|
bool "SMB Direct support (Experimental)"
|
||||||
depends on CIFS=m && INFINIBAND && INFINIBAND_ADDR_TRANS || CIFS=y && INFINIBAND=y && INFINIBAND_ADDR_TRANS=y
|
depends on CIFS=m && INFINIBAND_ADDR_TRANS || CIFS=y && INFINIBAND_ADDR_TRANS=y
|
||||||
help
|
help
|
||||||
Enables SMB Direct experimental support for SMB 3.0, 3.02 and 3.1.1.
|
Enables SMB Direct experimental support for SMB 3.0, 3.02 and 3.1.1.
|
||||||
SMB Direct allows transferring SMB packets over RDMA. If unsure,
|
SMB Direct allows transferring SMB packets over RDMA. If unsure,
|
||||||
|
@ -32,7 +32,7 @@ config NET_9P_XEN
|
|||||||
|
|
||||||
|
|
||||||
config NET_9P_RDMA
|
config NET_9P_RDMA
|
||||||
depends on INET && INFINIBAND && INFINIBAND_ADDR_TRANS
|
depends on INET && INFINIBAND_ADDR_TRANS
|
||||||
tristate "9P RDMA Transport (Experimental)"
|
tristate "9P RDMA Transport (Experimental)"
|
||||||
help
|
help
|
||||||
This builds support for an RDMA transport.
|
This builds support for an RDMA transport.
|
||||||
|
@ -8,7 +8,7 @@ config RDS
|
|||||||
|
|
||||||
config RDS_RDMA
|
config RDS_RDMA
|
||||||
tristate "RDS over Infiniband"
|
tristate "RDS over Infiniband"
|
||||||
depends on RDS && INFINIBAND && INFINIBAND_ADDR_TRANS
|
depends on RDS && INFINIBAND_ADDR_TRANS
|
||||||
---help---
|
---help---
|
||||||
Allow RDS to use Infiniband as a transport.
|
Allow RDS to use Infiniband as a transport.
|
||||||
This transport supports RDMA operations.
|
This transport supports RDMA operations.
|
||||||
|
@ -50,7 +50,7 @@ config SUNRPC_DEBUG
|
|||||||
|
|
||||||
config SUNRPC_XPRT_RDMA
|
config SUNRPC_XPRT_RDMA
|
||||||
tristate "RPC-over-RDMA transport"
|
tristate "RPC-over-RDMA transport"
|
||||||
depends on SUNRPC && INFINIBAND && INFINIBAND_ADDR_TRANS
|
depends on SUNRPC && INFINIBAND_ADDR_TRANS
|
||||||
default SUNRPC && INFINIBAND
|
default SUNRPC && INFINIBAND
|
||||||
select SG_POOL
|
select SG_POOL
|
||||||
help
|
help
|
||||||
|
Loading…
Reference in New Issue
Block a user