aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lightnvm/Kconfig
diff options
context:
space:
mode:
authorMatias Bjørling <m@bjorling.me>2016-07-07 03:54:15 -0400
committerJens Axboe <axboe@fb.com>2016-07-07 10:51:52 -0400
commit5e60edb7dcedd6bdcf946ba765f51e8d363d65a8 (patch)
treeece79aec7846bd55953168a0f0da90603ccc1088 /drivers/lightnvm/Kconfig
parent077d2389994197277f4f7662b13d11b2f67646a7 (diff)
lightnvm: rename gennvm and update description
The generic manager should be called the general media manager, and instead of using the rather long name of "gennvm" in front of each data structures, use "gen" instead to shorten it. Update the description of the media manager as well to make the media manager purpose clearer. 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/Kconfig10
1 files changed, 6 insertions, 4 deletions
diff --git a/drivers/lightnvm/Kconfig b/drivers/lightnvm/Kconfig
index 85a339030e4b..61c68a1f054a 100644
--- a/drivers/lightnvm/Kconfig
+++ b/drivers/lightnvm/Kconfig
@@ -27,11 +27,13 @@ config NVM_DEBUG
27 It is required to create/remove targets without IOCTLs. 27 It is required to create/remove targets without IOCTLs.
28 28
29config NVM_GENNVM 29config NVM_GENNVM
30 tristate "Generic NVM manager for Open-Channel SSDs" 30 tristate "General Non-Volatile Memory Manager for Open-Channel SSDs"
31 ---help--- 31 ---help---
32 NVM media manager for Open-Channel SSDs that offload management 32 Non-volatile memory media manager for Open-Channel SSDs that implements
33 functionality to device, while keeping data placement and garbage 33 physical media metadata management and block provisioning API.
34 collection decisions on the host. 34
35 This is the standard media manager for using Open-Channel SSDs, and
36 required for targets to be instantiated.
35 37
36config NVM_RRPC 38config NVM_RRPC
37 tristate "Round-robin Hybrid Open-Channel SSD target" 39 tristate "Round-robin Hybrid Open-Channel SSD target"