mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
clk: si5351: Allow to build without CONFIG_OF
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>
This commit is contained in:
parent
0b151debc3
commit
4564dbdadc
@ -58,7 +58,6 @@ config COMMON_CLK_MAX77686
|
|||||||
config COMMON_CLK_SI5351
|
config COMMON_CLK_SI5351
|
||||||
tristate "Clock driver for SiLabs 5351A/B/C"
|
tristate "Clock driver for SiLabs 5351A/B/C"
|
||||||
depends on I2C
|
depends on I2C
|
||||||
depends on OF
|
|
||||||
select REGMAP_I2C
|
select REGMAP_I2C
|
||||||
select RATIONAL
|
select RATIONAL
|
||||||
---help---
|
---help---
|
||||||
|
Loading…
Reference in New Issue
Block a user