diff options
author | Matteo Croce <mcroce@microsoft.com> | 2020-07-22 11:07:03 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-07-29 17:12:09 +0200 |
commit | b7194ba1e19fe029e7f6cc2db017a3001dc03086 (patch) | |
tree | acdf472a465b8b0bd578e33c3569094a23de1d28 /drivers/nvmem/Kconfig | |
parent | 93b4e49f8c861cb701bfb57bac703c846b83db3b (diff) | |
download | linux-stable-b7194ba1e19fe029e7f6cc2db017a3001dc03086.tar.gz linux-stable-b7194ba1e19fe029e7f6cc2db017a3001dc03086.tar.bz2 linux-stable-b7194ba1e19fe029e7f6cc2db017a3001dc03086.zip |
nvmem: update Kconfig description
nvmem can't be built as module anymore, update its Kconfig description.
Fixes: 2a37ce25d9f2 ("nvmem: disallow modular CONFIG_NVMEM")
Signed-off-by: Matteo Croce <mcroce@microsoft.com>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20200722100705.7772-13-srinivas.kandagatla@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/nvmem/Kconfig')
-rw-r--r-- | drivers/nvmem/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/nvmem/Kconfig b/drivers/nvmem/Kconfig index d7b7f6d688e7..954d3b4a52ab 100644 --- a/drivers/nvmem/Kconfig +++ b/drivers/nvmem/Kconfig @@ -7,9 +7,6 @@ menuconfig NVMEM This framework is designed to provide a generic interface to NVMEM from both the Linux Kernel and the userspace. - This driver can also be built as a module. If so, the module - will be called nvmem_core. - If unsure, say no. if NVMEM |