aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lightnvm/Kconfig
diff options
context:
space:
mode:
authorMatias Bjørling <mb@lightnvm.io>2018-10-09 13:11:31 +0200
committerJens Axboe <axboe@kernel.dk>2018-10-09 08:25:05 -0600
commit73569e11032fc5a9b314b6351632cfca7793afd5 (patch)
tree60a4bd95971e437764655ab504cac8938854e9ea /drivers/lightnvm/Kconfig
parentblk-mq: complete req in softirq context in case of single queue (diff)
downloadlinux-dev-73569e11032fc5a9b314b6351632cfca7793afd5.tar.xz
linux-dev-73569e11032fc5a9b314b6351632cfca7793afd5.zip
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>
Diffstat (limited to 'drivers/lightnvm/Kconfig')
-rw-r--r--drivers/lightnvm/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/lightnvm/Kconfig b/drivers/lightnvm/Kconfig
index 439bf90d084d..a872cd720967 100644
--- a/drivers/lightnvm/Kconfig
+++ b/drivers/lightnvm/Kconfig
@@ -4,8 +4,7 @@
menuconfig NVM
bool "Open-Channel SSD target support"
- depends on BLOCK && PCI
- select BLK_DEV_NVME
+ depends on BLOCK
help
Say Y here to get to enable Open-channel SSDs.