Commit 73569e11 authored by Matias Bjørling's avatar Matias Bjørling Committed by Jens Axboe
Browse files

lightnvm: remove dependencies on BLK_DEV_NVME and PCI



No need to force NVMe device driver to be compiled in if the
lightnvm subsystem is selected. Also no need for PCI to be selected
as well, as it would be selected by the device driver that hooks into
the subsystem.

Signed-off-by: default avatarMatias Bjørling <mb@lightnvm.io>
Reviewed-by: default avatarJavier González <javier@cnexlabs.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 36e76539
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -4,8 +4,7 @@


menuconfig NVM
menuconfig NVM
	bool "Open-Channel SSD target support"
	bool "Open-Channel SSD target support"
	depends on BLOCK && PCI
	depends on BLOCK
	select BLK_DEV_NVME
	help
	help
	  Say Y here to get to enable Open-channel SSDs.
	  Say Y here to get to enable Open-channel SSDs.