]> Git Repo - linux.git/commitdiff
nvme-tcp: remove incorrect Kconfig dep in BLK_DEV_NVME
authorSagi Grimberg <[email protected]>
Fri, 21 May 2021 21:51:15 +0000 (14:51 -0700)
committerChristoph Hellwig <[email protected]>
Wed, 26 May 2021 14:18:22 +0000 (16:18 +0200)
We need to select NVME_CORE.

Signed-off-by: Sagi Grimberg <[email protected]>
Reviewed-by: Max Gurtovoy <[email protected]>
Reviewed-by: Chaitanya Kulkarni <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>
drivers/nvme/host/Kconfig

index a44d49d63968a45a4c29f89ac9c7dadcb8890961..494675aeaaad7957e5df634fdb5911762a92328e 100644 (file)
@@ -71,7 +71,8 @@ config NVME_FC
 config NVME_TCP
        tristate "NVM Express over Fabrics TCP host driver"
        depends on INET
-       depends on BLK_DEV_NVME
+       depends on BLOCK
+       select NVME_CORE
        select NVME_FABRICS
        select CRYPTO
        select CRYPTO_CRC32C
This page took 0.062715 seconds and 4 git commands to generate.