diff options
author | Matias Bjørling <mb@lightnvm.io> | 2018-10-09 13:11:31 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-10-09 08:25:05 -0600 |
commit | 73569e11032fc5a9b314b6351632cfca7793afd5 (patch) | |
tree | 60a4bd95971e437764655ab504cac8938854e9ea /drivers/lightnvm/Kconfig | |
parent | 36e765392e48e0322222347c4d21078c0b94758c (diff) |
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/Kconfig | 3 |
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. |