projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2812dfe
)
NVMe: Add explicit block config dependency
author
Keith Busch
<
[email protected]
>
Mon, 12 Oct 2015 17:37:38 +0000
(11:37 -0600)
committer
Jens Axboe
<
[email protected]
>
Mon, 12 Oct 2015 17:43:22 +0000
(11:43 -0600)
The nvme driver was moved from drivers/block, losing our implicit
dependency on CONFIG_BLOCK. This makes it an explicit driver dependency.
Reported-by: Jim Davis <
[email protected]
>
Signed-off-by: Keith Busch <
[email protected]
>
Reviewed-by: Christoph Hellwig <
[email protected]
>
Signed-off-by: Jens Axboe <
[email protected]
>
drivers/nvme/host/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/nvme/host/Kconfig
b/drivers/nvme/host/Kconfig
index 0089f78b40718f37ed7c0bcee942a3023c9843c4..002a94abdbc45c7f20255b804efae684185283c9 100644
(file)
--- a/
drivers/nvme/host/Kconfig
+++ b/
drivers/nvme/host/Kconfig
@@
-1,6
+1,6
@@
config BLK_DEV_NVME
tristate "NVM Express block device"
- depends on PCI
+ depends on PCI
&& BLOCK
---help---
The NVM Express driver is for solid state drives directly
connected to the PCI or PCI Express bus. If you know you