Skip to content

Commit

Permalink
NVMe: Add explicit block config dependency
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Keith Busch authored and axboe committed Oct 12, 2015
1 parent 2812dfe commit 11feb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/nvme/host/Kconfig
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 11feb18

Please sign in to comment.