aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lightnvm/Kconfig
diff options
context:
space:
mode:
authorRakesh Pandit <rakesh@tuxera.com>2017-10-13 14:45:55 +0200
committerJens Axboe <axboe@kernel.dk>2017-10-13 08:34:57 -0600
commit32c662c58a9b9d0c99e713a14ca323a9a91c73a0 (patch)
tree7f1531527d5822fb475c15d2f64deb1c5b5580e7 /drivers/lightnvm/Kconfig
parentlightnvm: pblk: fix error path in pblk_lines_alloc_metadata (diff)
downloadlinux-dev-32c662c58a9b9d0c99e713a14ca323a9a91c73a0.tar.xz
linux-dev-32c662c58a9b9d0c99e713a14ca323a9a91c73a0.zip
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: Rakesh Pandit <rakesh@tuxera.com> Signed-off-by: Matias Bjørling <m@bjorling.me> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/lightnvm/Kconfig')
-rw-r--r--drivers/lightnvm/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/lightnvm/Kconfig b/drivers/lightnvm/Kconfig
index ead61a93cb4e..2a953efec4e1 100644
--- a/drivers/lightnvm/Kconfig
+++ b/drivers/lightnvm/Kconfig
@@ -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.