linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers/clk: add prompt for menuconfig entry
@ 2012-03-19 18:33 Gerard Snitselaar
  2012-03-21 21:10 ` Mike Turquette
  0 siblings, 1 reply; 2+ messages in thread
From: Gerard Snitselaar @ 2012-03-19 18:33 UTC (permalink / raw)
  To: mturquette; +Cc: linux-kernel

Building next-20120319 gives the following warning:

drivers/clk/Kconfig:22: warning: menuconfig statement without prompt

Signed-off-by: Gerard Snitselaar <dev@snitselaar.org>
---
 drivers/clk/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index 82bcfbd..d857235 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -10,7 +10,7 @@ config HAVE_MACH_CLKDEV
 	bool
 
 menuconfig COMMON_CLK
-	bool
+	bool "Use common clock framework"
 	select HAVE_CLK_PREPARE
 	---help---
 	  The common clock framework is a single definition of struct
-- 
1.7.7.6


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

* Re: [PATCH] drivers/clk: add prompt for menuconfig entry
  2012-03-19 18:33 [PATCH] drivers/clk: add prompt for menuconfig entry Gerard Snitselaar
@ 2012-03-21 21:10 ` Mike Turquette
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Turquette @ 2012-03-21 21:10 UTC (permalink / raw)
  To: Gerard Snitselaar; +Cc: linux-kernel

On Mon, Mar 19, 2012 at 11:33 AM, Gerard Snitselaar <dev@snitselaar.org> wrote:
> Building next-20120319 gives the following warning:
>
> drivers/clk/Kconfig:22: warning: menuconfig statement without prompt
>
> Signed-off-by: Gerard Snitselaar <dev@snitselaar.org>

Hello Gerard,

Thanks for the patch!  This issue was resolved in the following thread:
http://article.gmane.org/gmane.linux.kernel.next/21493

Regards,
Mike

> ---
>  drivers/clk/Kconfig |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
> index 82bcfbd..d857235 100644
> --- a/drivers/clk/Kconfig
> +++ b/drivers/clk/Kconfig
> @@ -10,7 +10,7 @@ config HAVE_MACH_CLKDEV
>        bool
>
>  menuconfig COMMON_CLK
> -       bool
> +       bool "Use common clock framework"
>        select HAVE_CLK_PREPARE
>        ---help---
>          The common clock framework is a single definition of struct
> --
> 1.7.7.6
>

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

end of thread, other threads:[~2012-03-21 21:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-19 18:33 [PATCH] drivers/clk: add prompt for menuconfig entry Gerard Snitselaar
2012-03-21 21:10 ` Mike Turquette

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).