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 <narmstrong@baylibre.com> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Link: https://lore.kernel.org/r/20210429083823.59546-1-jbrunet@baylibre.com
1 parent a06bc96 commit 4cce442

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)