Commit 549209ca authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

lightnvm: disable the subsystem



In commit 9ea9b9c4 ("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: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 54c028cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.