Skip to content

Commit

Permalink
lightnvm: include NVM Express driver if OCSSD is selected for build
Browse files Browse the repository at this point in the history
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: Rakesh Pandit <rakesh@tuxera.com>
Signed-off-by: Matias Bjørling <m@bjorling.me>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
  • Loading branch information
Rakesh Pandit authored and Jens Axboe committed Oct 13, 2017
1 parent c9d84b3 commit 32c662c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/lightnvm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 32c662c

Please sign in to comment.