From: Gerard Snitselaar <dev@snitselaar.org>
To: mturquette@linaro.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] drivers/clk: add prompt for menuconfig entry
Date: Mon, 19 Mar 2012 11:33:05 -0700 [thread overview]
Message-ID: <1332181985-15209-1-git-send-email-dev@snitselaar.org> (raw)
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
next reply other threads:[~2012-03-19 18:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-19 18:33 Gerard Snitselaar [this message]
2012-03-21 21:10 ` [PATCH] drivers/clk: add prompt for menuconfig entry Mike Turquette
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1332181985-15209-1-git-send-email-dev@snitselaar.org \
--to=dev@snitselaar.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mturquette@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox