Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Matias Bjørling <mb@lightnvm.io>
Reviewed-by: Javier González <javier@cnexlabs.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>

authored by

Matias Bjørling and committed by
Jens Axboe
73569e11 36e76539

+1 -2
+1 -2
drivers/lightnvm/Kconfig
··· 4 4 5 5 menuconfig NVM 6 6 bool "Open-Channel SSD target support" 7 - depends on BLOCK && PCI 8 - select BLK_DEV_NVME 7 + depends on BLOCK 9 8 help 10 9 Say Y here to get to enable Open-channel SSDs. 11 10