All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nvmem: update Kconfig description
@ 2020-07-17 12:35 Matteo Croce
  2020-07-20  9:05 ` Srinivas Kandagatla
  0 siblings, 1 reply; 2+ messages in thread
From: Matteo Croce @ 2020-07-17 12:35 UTC (permalink / raw)
  To: Srinivas Kandagatla, Arnd Bergmann; +Cc: linux-kernel

From: Matteo Croce <mcroce@microsoft.com>

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>
---
 drivers/nvmem/Kconfig | 3 ---
 1 file changed, 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
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] nvmem: update Kconfig description
  2020-07-17 12:35 [PATCH] nvmem: update Kconfig description Matteo Croce
@ 2020-07-20  9:05 ` Srinivas Kandagatla
  0 siblings, 0 replies; 2+ messages in thread
From: Srinivas Kandagatla @ 2020-07-20  9:05 UTC (permalink / raw)
  To: Matteo Croce, Arnd Bergmann; +Cc: linux-kernel



On 17/07/2020 13:35, Matteo Croce wrote:
> From: Matteo Croce <mcroce@microsoft.com>
> 
> 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>

Applied

thanks,
srini

> ---
>   drivers/nvmem/Kconfig | 3 ---
>   1 file changed, 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
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-20  9:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-17 12:35 [PATCH] nvmem: update Kconfig description Matteo Croce
2020-07-20  9:05 ` Srinivas Kandagatla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.