aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lightnvm/Kconfig
diff options
context:
space:
mode:
authorMatias Bjørling <m@bjorling.me>2015-10-28 14:54:56 -0400
committerJens Axboe <axboe@fb.com>2015-10-29 03:21:42 -0400
commit48add0f5a6f46919dd307575aad6ea3de7c9cb2a (patch)
tree1d30a56f86d8b74ffe5b80e977ededabea0ed080 /drivers/lightnvm/Kconfig
parentcd9e9808d18fe7107c306f6e71c8be7230ee42b4 (diff)
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
25 25
26 It is required to create/remove targets without IOCTLs. 26 It is required to create/remove targets without IOCTLs.
27 27
28config NVM_GENNVM
29 tristate "Generic NVM manager for Open-Channel SSDs"
30 ---help---
31 NVM media manager for Open-Channel SSDs that offload management
32 functionality to device, while keeping data placement and garbage
33 collection decisions on the host.
34
28endif # NVM 35endif # NVM