Commit b31f1eb4 authored by Nicolas Saenz Julienne's avatar Nicolas Saenz Julienne Committed by Greg Kroah-Hartman

nvmem: Kconfig: Correct typo in NVMEM_RMEM

s/drivers/driver/ as the configuration selects a single driver.
Suggested-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarNicolas Saenz Julienne <nsaenzjulienne@suse.de>
Signed-off-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20210205100853.32372-2-srinivas.kandagatla@linaro.orgSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0573d3fa
...@@ -273,7 +273,7 @@ config SPRD_EFUSE ...@@ -273,7 +273,7 @@ config SPRD_EFUSE
config NVMEM_RMEM config NVMEM_RMEM
tristate "Reserved Memory Based Driver Support" tristate "Reserved Memory Based Driver Support"
help help
This drivers maps reserved memory into an nvmem device. It might be This driver maps reserved memory into an nvmem device. It might be
useful to expose information left by firmware in memory. useful to expose information left by firmware in memory.
This driver can also be built as a module. If so, the module This driver can also be built as a module. If so, the module
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment