Skip to content

Commit

Permalink
clk: si5351: make clk-si5351 depend on CONFIG_OF
Browse files Browse the repository at this point in the history
Calling clk-si5351 driver non-OF ready was too early. This patch
makes clk-si5351 depend on CONFIG_OF again, until things get sorted out.

Signed-off-by: Sebastian Hesselbarth <[email protected]>
Reported-by: Stephen Rothwell <[email protected]>
Signed-off-by: Mike Turquette <[email protected]>
[[email protected]: fixed spelling of Stephen's name]
  • Loading branch information
shesselba authored and Mike Turquette committed Apr 16, 2013
1 parent 496620c commit 476ba5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clk/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ 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---
Expand Down

0 comments on commit 476ba5f

Please sign in to comment.