diff options
author | Sebastian Hesselbarth <[email protected]> | 2013-04-15 09:00:14 +0200 |
---|---|---|
committer | Mike Turquette <[email protected]> | 2013-04-15 21:42:56 -0700 |
commit | 476ba5ffa412cc170aa20fd135648b8f14a4baef (patch) | |
tree | 58e0ced93e5cc917ce0da9352d8e90d3bf71fbaf | |
parent | 496620ccf8905b39058adc998475125325a7e753 (diff) |
clk: si5351: make clk-si5351 depend on CONFIG_OF
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]
-rw-r--r-- | drivers/clk/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index 186dd0edca8f..0357ac44638b 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -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--- |