projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d9442b
)
nvme-tcp: remove incorrect Kconfig dep in BLK_DEV_NVME
author
Sagi Grimberg
<sagi@grimberg.me>
Fri, 21 May 2021 21:51:15 +0000
(14:51 -0700)
committer
Christoph Hellwig
<hch@lst.de>
Wed, 26 May 2021 14:18:22 +0000
(16:18 +0200)
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>
drivers/nvme/host/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/nvme/host/Kconfig
b/drivers/nvme/host/Kconfig
index a44d49d63968a45a4c29f89ac9c7dadcb8890961..494675aeaaad7957e5df634fdb5911762a92328e 100644
(file)
--- a/
drivers/nvme/host/Kconfig
+++ b/
drivers/nvme/host/Kconfig
@@
-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