lkml.org 
[lkml]   [2015]   [Jun]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[RFC] drivers/clk/Kconfig: Change COMMON_CLK to tristate
Date
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


\
 
 \ /
  Last update: 2015-06-17 21:21    [W:0.055 / U:0.448 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site