Skip to content

Commit 4cce442

Browse files
jbrun3tsuperna9999
authored andcommitted
arm64: meson: select COMMON_CLK
This fix the recent removal of clock drivers selection. While it is not necessary to select the clock drivers themselves, we need to select a proper implementation of the clock API, which for the meson, is CCF Fixes: ba66a25 ("arm64: meson: ship only the necessary clock controllers") Reviewed-by: Neil Armstrong <[email protected]> Signed-off-by: Jerome Brunet <[email protected]> Reviewed-by: Martin Blumenstingl <[email protected]> Signed-off-by: Kevin Hilman <[email protected]> Signed-off-by: Neil Armstrong <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent a06bc96 commit 4cce442

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/Kconfig.platforms

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ config ARCH_MEDIATEK
165165

166166
config ARCH_MESON
167167
bool "Amlogic Platforms"
168+
select COMMON_CLK
168169
select MESON_IRQ_GPIO
169170
help
170171
This enables support for the arm64 based Amlogic SoCs

0 commit comments

Comments
 (0)