Skip to content

Commit b79a08a

Browse files
committed
Merge tag 'clk-meson-v6.7-2' of https://github.com/BayLibre/clk-meson into clk-amlogic
Pull another amlogic clk driver update from Jerome Brunet: - Fix missing dependency for s4 clock controllers * tag 'clk-meson-v6.7-2' of https://github.com/BayLibre/clk-meson: clk: meson: S4: select CONFIG_COMMON_CLK_MESON_CLKC_UTILS
2 parents 90cf94e + 98408df commit b79a08a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/clk/meson/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ config COMMON_CLK_S4_PLL
149149
tristate "S4 SoC PLL clock controllers support"
150150
depends on ARM64
151151
default y
152+
select COMMON_CLK_MESON_CLKC_UTILS
152153
select COMMON_CLK_MESON_MPLL
153154
select COMMON_CLK_MESON_PLL
154155
select COMMON_CLK_MESON_REGMAP
@@ -161,6 +162,7 @@ config COMMON_CLK_S4_PERIPHERALS
161162
tristate "S4 SoC peripherals clock controllers support"
162163
depends on ARM64
163164
default y
165+
select COMMON_CLK_MESON_CLKC_UTILS
164166
select COMMON_CLK_MESON_REGMAP
165167
select COMMON_CLK_MESON_DUALDIV
166168
select COMMON_CLK_MESON_VID_PLL_DIV

0 commit comments

Comments
 (0)