mirror of https://lore.kernel.org/lkml/
 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	[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

all inboxes | Powered by JetHome®