diff options
author | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2013-04-15 03:00:14 -0400 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2013-04-16 00:42:56 -0400 |
commit | 476ba5ffa412cc170aa20fd135648b8f14a4baef (patch) | |
tree | 58e0ced93e5cc917ce0da9352d8e90d3bf71fbaf /drivers/clk/Kconfig | |
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 <sebastian.hesselbarth@gmail.com>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
[mturquette@linaro.org: fixed spelling of Stephen's name]
Diffstat (limited to 'drivers/clk/Kconfig')
-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 | |||
58 | config COMMON_CLK_SI5351 | 58 | config COMMON_CLK_SI5351 |
59 | tristate "Clock driver for SiLabs 5351A/B/C" | 59 | tristate "Clock driver for SiLabs 5351A/B/C" |
60 | depends on I2C | 60 | depends on I2C |
61 | depends on OF | ||
61 | select REGMAP_I2C | 62 | select REGMAP_I2C |
62 | select RATIONAL | 63 | select RATIONAL |
63 | ---help--- | 64 | ---help--- |