Hi,

On 1/29/21 9:14 AM, Srinivas Kandagatla wrote:
diff --git a/drivers/nvmem/Kconfig b/drivers/nvmem/Kconfig
index 954d3b4a52ab..fecc19b884bf 100644
--- a/drivers/nvmem/Kconfig
+++ b/drivers/nvmem/Kconfig
@@ -270,4 +270,12 @@ config SPRD_EFUSE
          This driver can also be built as a module. If so, the module
          will be called nvmem-sprd-efuse.
+config NVMEM_RMEM
+       tristate "Reserved Memory Based Driver Support"
+       help
+         This drivers maps reserved memory into an nvmem device. It might be

          This driver

+         useful to expose information left by firmware in memory.
+
+         This driver can also be built as a module. If so, the module
+         will be called nvmem-rmem.
  endif

Reply via email to