firmware: provide infrastructure to make fw caching optional
[cascardo/linux.git] / drivers / lightnvm / Kconfig
index 85a3390..61c68a1 100644 (file)
@@ -27,11 +27,13 @@ config NVM_DEBUG
        It is required to create/remove targets without IOCTLs.
 
 config NVM_GENNVM
-       tristate "Generic NVM manager for Open-Channel SSDs"
+       tristate "General Non-Volatile Memory 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.
+       Non-volatile memory media manager for Open-Channel SSDs that implements
+       physical media metadata management and block provisioning API.
+
+       This is the standard media manager for using Open-Channel SSDs, and
+       required for targets to be instantiated.
 
 config NVM_RRPC
        tristate "Round-robin Hybrid Open-Channel SSD target"