projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b151de
)
clk: si5351: Allow to build without CONFIG_OF
author
Sebastian Hesselbarth
<sebastian.hesselbarth@gmail.com>
Wed, 1 May 2013 00:58:29 +0000
(
02:58
+0200)
committer
Mike Turquette
<mturquette@linaro.org>
Wed, 29 May 2013 05:53:22 +0000
(22:53 -0700)
With of_clk_provider stubs for CONFIG_OF not set, we can now also enable
clk-si5351 on those architectures.
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/clk/Kconfig
b/drivers/clk/Kconfig
index
30fc2b4
..
185527f
100644
(file)
--- a/
drivers/clk/Kconfig
+++ b/
drivers/clk/Kconfig
@@
-58,7
+58,6
@@
config COMMON_CLK_MAX77686
config COMMON_CLK_SI5351
tristate "Clock driver for SiLabs 5351A/B/C"
depends on I2C
- depends on OF
select REGMAP_I2C
select RATIONAL
---help---