[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <ffaffaeeb39c5b7741ee8e616682d51d213fa512.1335008617.git.viresh.kumar@st.com>
Date: Sat, 21 Apr 2012 17:17:30 +0530
From: Viresh Kumar <viresh.linux@...il.com>
To: akpm@...ux-foundation.org
Cc: spear-devel@...t.st.com, viresh.linux@...il.com,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
mturquette@...aro.org, sshtylyov@...sta.com, jgarzik@...hat.com,
Viresh Kumar <viresh.kumar@...com>
Subject: [PATCH 03/13] clk: CLK_PREPARE must depend on HAVE_CLK
CLK_PREPARE must have dependency on HAVE_CLK. Add it.
Signed-off-by: Viresh Kumar <viresh.kumar@...com>
---
drivers/clk/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index 4f10a21..8281056 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -5,6 +5,7 @@ config CLKDEV_LOOKUP
config HAVE_CLK_PREPARE
bool
+ depends on HAVE_CLK
config HAVE_MACH_CLKDEV
bool
--
1.7.9
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists