diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-04-29 11:31:23 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-05-09 09:04:56 +0200 |
| commit | 549209caabc89f2877ad5f62d11fca5c052e0e8f (patch) | |
| tree | 21653ade2f175c5bc8f0141fbdd830db23bad22d /drivers/lightnvm/Kconfig | |
| parent | 54c028cfc49624bfc27a571b94edecc79bbaaab4 (diff) | |
| download | linux-549209caabc89f2877ad5f62d11fca5c052e0e8.tar.gz | |
lightnvm: disable the subsystem
In commit 9ea9b9c48387 ("remove the lightnvm subsystem") the lightnvm
subsystem was removed as there is no hardware in the wild for it, and
the code is known to have problems. This should also be disabled for
older LTS kernels as well to prevent anyone from accidentally using it.
Cc: Christoph Hellwig <hch@lst.de>
Cc: Matias Bjørling <mb@lightnvm.io>
Cc: Javier González <javier@javigon.com>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/lightnvm/Kconfig')
| -rw-r--r-- | drivers/lightnvm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/lightnvm/Kconfig b/drivers/lightnvm/Kconfig index 4c2ce210c1237..95b09148167e8 100644 --- a/drivers/lightnvm/Kconfig +++ b/drivers/lightnvm/Kconfig @@ -5,7 +5,7 @@ menuconfig NVM bool "Open-Channel SSD target support" - depends on BLOCK + depends on BLOCK && BROKEN help Say Y here to get to enable Open-channel SSDs. |
