linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: cavokz@gmail.com (Domenico Andreoli)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] clk: add definition of HAVE_CLK_PREPARE in Kconfig
Date: Thu, 27 Oct 2011 13:33:49 +0200	[thread overview]
Message-ID: <20111027113349.GA4090@glitch> (raw)
In-Reply-To: <E1R8T0C-0003wI-W2@rmk-PC.arm.linux.org.uk>

From: Domenico Andreoli <cavokz@gmail.com>

Add definition of HAVE_CLK_PREPARE in Kconfig otherwise it is not
selected when needed.

Signed-off-by: Domenico Andreoli <cavokz@gmail.com>

---
 drivers/clk/Kconfig |    3 +++
 1 file changed, 3 insertions(+)

Index: b/drivers/clk/Kconfig
===================================================================
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -5,3 +5,6 @@ config CLKDEV_LOOKUP
 
 config HAVE_MACH_CLKDEV
 	bool
+
+config HAVE_CLK_PREPARE
+	bool

      reply	other threads:[~2011-10-27 11:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-27  8:26 [PATCH 1/9] clk: provide prepare/unprepare functions Russell King - ARM Linux
2011-10-27 11:33 ` Domenico Andreoli [this message]

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=20111027113349.GA4090@glitch \
    --to=cavokz@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).