Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32c662c5 authored by Rakesh Pandit's avatar Rakesh Pandit Committed by Jens Axboe
Browse files

lightnvm: include NVM Express driver if OCSSD is selected for build



Because NVM needs BLK_DEV_NVME, select it automatically if we mark NVM
in config file before building kernel.  Also append PCI to depends as
select doesn't automatically add dependencies.

Signed-off-by: default avatarRakesh Pandit <rakesh@tuxera.com>
Signed-off-by: default avatarMatias Bjørling <m@bjorling.me>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent c9d84b35
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4,7 +4,8 @@

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