Commit 11feb18f authored by Keith Busch's avatar Keith Busch Committed by Jens Axboe
Browse files

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: default avatarJim Davis <jim.epost@gmail.com>
Signed-off-by: default avatarKeith Busch <keith.busch@intel.com>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent 2812dfe3
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
config BLK_DEV_NVME
config BLK_DEV_NVME
	tristate "NVM Express block device"
	tristate "NVM Express block device"
	depends on PCI
	depends on PCI && BLOCK
	---help---
	---help---
	  The NVM Express driver is for solid state drives directly
	  The NVM Express driver is for solid state drives directly
	  connected to the PCI or PCI Express bus.  If you know you
	  connected to the PCI or PCI Express bus.  If you know you