nvmem: Kconfig: Correct typo in NVMEM_RMEM

s/drivers/driver/ as the configuration selects a single driver.

Suggested-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20210205100853.32372-2-srinivas.kandagatla@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Nicolas Saenz Julienne
2021-02-05 10:08:52 +00:00
committed by Greg Kroah-Hartman
parent 0573d3fa48
commit b31f1eb41c

View File

@@ -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