Skip to content

Commit 042a3ea

Browse files
sagigrimbergChristoph Hellwig
authored andcommitted
nvme-tcp: remove incorrect Kconfig dep in BLK_DEV_NVME
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]>
1 parent 4d9442b commit 042a3ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/nvme/host/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ config NVME_FC
7171
config NVME_TCP
7272
tristate "NVM Express over Fabrics TCP host driver"
7373
depends on INET
74-
depends on BLK_DEV_NVME
74+
depends on BLOCK
75+
select NVME_CORE
7576
select NVME_FABRICS
7677
select CRYPTO
7778
select CRYPTO_CRC32C

0 commit comments

Comments
 (0)