summaryrefslogtreecommitdiffstats
path: root/drivers/lightnvm/Kconfig
diff options
context:
space:
mode:
authorMatias Bjørling <m@bjorling.me>2015-10-28 19:54:56 +0100
committerJens Axboe <axboe@fb.com>2015-10-29 16:21:42 +0900
commit48add0f5a6f46919dd307575aad6ea3de7c9cb2a (patch)
tree1d30a56f86d8b74ffe5b80e977ededabea0ed080 /drivers/lightnvm/Kconfig
parentcd9e9808d18fe7107c306f6e71c8be7230ee42b4 (diff)
downloadlinux-48add0f5a6f46919dd307575aad6ea3de7c9cb2a.tar.bz2
gennvm: Generic NVM manager
The implementation for Open-Channel SSDs is divided into media management and targets. This patch implements a generic media manager for open-channel SSDs. After a media manager has been initialized, single or multiple targets can be instantiated with the media managed as the backend. Signed-off-by: Matias Bjørling <m@bjorling.me> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'drivers/lightnvm/Kconfig')
-rw-r--r--drivers/lightnvm/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/lightnvm/Kconfig b/drivers/lightnvm/Kconfig
index d4f309f127cd..2a27971eae1a 100644
--- a/drivers/lightnvm/Kconfig
+++ b/drivers/lightnvm/Kconfig
@@ -25,4 +25,11 @@ config NVM_DEBUG
It is required to create/remove targets without IOCTLs.
+config NVM_GENNVM
+ tristate "Generic NVM manager for Open-Channel SSDs"
+ ---help---
+ NVM media manager for Open-Channel SSDs that offload management
+ functionality to device, while keeping data placement and garbage
+ collection decisions on the host.
+
endif # NVM