[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180426181935.32977-2-gthelen@google.com>
Date: Thu, 26 Apr 2018 11:19:30 -0700
From: Greg Thelen <gthelen@...gle.com>
To: Bart.VanAssche@....com, hch@....de, dledford@...hat.com,
jgg@...pe.ca, axboe@...com, keith.busch@...el.com,
sagi@...mberg.me, sfrench@...ba.org, linux-rdma@...r.kernel.org,
linux-nvme@...ts.infradead.org, linux-cifs@...r.kernel.org,
linux-kernel@...r.kernel.org, gthelen@...gle.com, tarick@...gle.com
Cc: linux-rdma@...r.kernel.org, linux-nvme@...ts.infradead.org,
linux-cifs@...r.kernel.org, linux-kernel@...r.kernel.org,
Greg Thelen <gthelen@...gle.com>,
Tarick Bedeir <tarick@...gle.com>
Subject: [PATCH 1/6] nvme: depend on INFINIBAND_ADDR_TRANS
NVME_RDMA code depends on INFINIBAND_ADDR_TRANS provided symbols. So
declare the kconfig dependency. This is necessary to allow for enabling
INFINIBAND without INFINIBAND_ADDR_TRANS.
Signed-off-by: Greg Thelen <gthelen@...gle.com>
Cc: Tarick Bedeir <tarick@...gle.com>
---
drivers/nvme/host/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/nvme/host/Kconfig b/drivers/nvme/host/Kconfig
index b979cf3bce65..88a8b5916624 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 && BLOCK
+ depends on INFINIBAND && INFINIBAND_ADDR_TRANS && BLOCK
select NVME_CORE
select NVME_FABRICS
select SG_POOL
--
2.17.0.484.g0c8726318c-goog
Powered by blists - more mailing lists