1
0
Fork 0

NVMe: Add explicit block config dependency

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 <jim.epost@gmail.com>
Signed-off-by: Keith Busch <keith.busch@intel.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
hifive-unleashed-5.1
Keith Busch 2015-10-12 11:37:38 -06:00 committed by Jens Axboe
parent 2812dfe370
commit 11feb18f4e
1 changed files with 1 additions and 1 deletions

View File

@ -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