public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC] drivers/clk/Kconfig: Change COMMON_CLK to tristate
@ 2015-06-17 19:01 York Sun
  2015-06-17 19:05 ` Wolfram Sang
  2015-06-17 21:20 ` York Sun
  0 siblings, 2 replies; 6+ messages in thread
From: York Sun @ 2015-06-17 19:01 UTC (permalink / raw)
  To: mturquette; +Cc: linux-kernel, linux-i2c, York Sun, Paul Bolle

COMMON_CLK has been a bool value, selected by the platforms who need
common clock framework. If a CCF driver is needed on an add-on device
such as PCIe card, COMMON_CLK can be selected individually as a
tristate value.

Signed-off-by: York Sun <yorksun@freescale.com>
CC: Paul Bolle <pebolle@tiscali.nl>
CC: Mike Turquette <mturquette@baylibre.com>
---
 drivers/clk/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index 32b2219..07f0b2f 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -10,7 +10,7 @@ config HAVE_MACH_CLKDEV
 	bool
 
 config COMMON_CLK
-	bool
+	tristate "Common Clock"
 	select HAVE_CLK_PREPARE
 	select CLKDEV_LOOKUP
 	select SRCU
-- 
1.7.9.5


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

end of thread, other threads:[~2015-06-18 16:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-17 19:01 [RFC] drivers/clk/Kconfig: Change COMMON_CLK to tristate York Sun
2015-06-17 19:05 ` Wolfram Sang
2015-06-17 19:15   ` York Sun
2015-06-17 21:20 ` York Sun
2015-06-18  9:18   ` Paul Bolle
2015-06-18 16:10     ` York Sun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox