]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
nvme-tcp: remove incorrect Kconfig dep in BLK_DEV_NVME
authorSagi Grimberg <sagi@grimberg.me>
Fri, 21 May 2021 21:51:15 +0000 (14:51 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Jun 2021 09:59:37 +0000 (11:59 +0200)
[ Upstream commit 042a3eaad6daeabcfaf163aa44da8ea3cf8b5496 ]

We need to select NVME_CORE.

Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Max Gurtovoy <mgurtovoy@nvidia.com>
Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/nvme/host/Kconfig

index 7b3f6555e67ba0a9b9ea0eac2e46727c96cbe243..cf0ae71c489ea6bdd4147d3077e70a6a0a72d02d 100644 (file)
@@ -62,7 +62,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