mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
nvme-tcp: remove incorrect Kconfig dep in BLK_DEV_NVME
[ Upstream commit 042a3eaad6 ]
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>
This commit is contained in:
parent
b0308804b2
commit
2538f06f94
|
|
@ -71,7 +71,8 @@ config NVME_FC
|
||||||
config NVME_TCP
|
config NVME_TCP
|
||||||
tristate "NVM Express over Fabrics TCP host driver"
|
tristate "NVM Express over Fabrics TCP host driver"
|
||||||
depends on INET
|
depends on INET
|
||||||
depends on BLK_DEV_NVME
|
depends on BLOCK
|
||||||
|
select NVME_CORE
|
||||||
select NVME_FABRICS
|
select NVME_FABRICS
|
||||||
select CRYPTO
|
select CRYPTO
|
||||||
select CRYPTO_CRC32C
|
select CRYPTO_CRC32C
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user