All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: Kconfig: Enable MCT timer for ARCH_EXYNOS
@ 2021-10-26 11:59 ` Sam Protsenko
  0 siblings, 0 replies; 16+ messages in thread
From: Sam Protsenko @ 2021-10-26 11:59 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Krzysztof Kozlowski
  Cc: linux-arm-kernel, linux-kernel, linux-samsung-soc

Some ARM64 Exynos SoCs have MCT timer block, e.g. Exynos850 and
Exynos5433. CLKSRC_EXYNOS_MCT option is not visible unless COMPILE_TEST
is enabled. Select CLKSRC_EXYNOS_MCT option for ARM64 ARCH_EXYNOS like
it's done in arch/arm/mach-exynos/Kconfig, to enable MCT timer support
for ARM64 Exynos SoCs.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
---
 arch/arm64/Kconfig.platforms | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 1aa8b7073218..7a6ef7883a0b 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -95,6 +95,7 @@ config ARCH_EXYNOS
 	select PINCTRL_EXYNOS
 	select PM_GENERIC_DOMAINS if PM
 	select SOC_SAMSUNG
+	select CLKSRC_EXYNOS_MCT
 	help
 	  This enables support for ARMv8 based Samsung Exynos SoC family.
 
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2021-11-01 18:37 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-26 11:59 [PATCH] arm64: Kconfig: Enable MCT timer for ARCH_EXYNOS Sam Protsenko
2021-10-26 11:59 ` Sam Protsenko
2021-10-26 14:03 ` Krzysztof Kozlowski
2021-10-26 14:03   ` Krzysztof Kozlowski
2021-10-28 14:22   ` Sam Protsenko
2021-10-28 14:22     ` Sam Protsenko
2021-10-28 14:35     ` Krzysztof Kozlowski
2021-10-28 14:35       ` Krzysztof Kozlowski
2021-10-29 11:38       ` Marek Szyprowski
2021-10-29 11:38         ` Marek Szyprowski
2021-10-29 13:15         ` Sam Protsenko
2021-10-29 13:15           ` Sam Protsenko
2021-10-29 13:36           ` Marek Szyprowski
2021-10-29 13:36             ` Marek Szyprowski
2021-11-01 18:36             ` Sam Protsenko
2021-11-01 18:36               ` Sam Protsenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.