Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nvme-tcp: remove incorrect Kconfig dep in BLK_DEV_NVME
@ 2021-05-21 21:51 Sagi Grimberg
  2021-05-21 22:36 ` Chaitanya Kulkarni
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Sagi Grimberg @ 2021-05-21 21:51 UTC (permalink / raw)
  To: linux-nvme, Christoph Hellwig, Keith Busch

We need to select NVME_CORE.

Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
---
 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 a44d49d63968..c0826b3c617c 100644
--- a/drivers/nvme/host/Kconfig
+++ b/drivers/nvme/host/Kconfig
@@ -71,7 +71,7 @@ config NVME_FC
 config NVME_TCP
 	tristate "NVM Express over Fabrics TCP host driver"
 	depends on INET
-	depends on BLK_DEV_NVME
+	select NVME_CORE
 	select NVME_FABRICS
 	select CRYPTO
 	select CRYPTO_CRC32C
-- 
2.27.0


_______________________________________________
Linux-nvme mailing list
Linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-05-26 15:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-21 21:51 [PATCH] nvme-tcp: remove incorrect Kconfig dep in BLK_DEV_NVME Sagi Grimberg
2021-05-21 22:36 ` Chaitanya Kulkarni
2021-05-24 14:36 ` Max Gurtovoy
2021-05-24 15:18 ` Keith Busch
2021-05-25  7:25 ` Christoph Hellwig
2021-05-26 14:19 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox