[PATCH v5 7/7] arm64: exynos: Drop select CLKSRC_EXYNOS_MCT
Will McVicker
willmcvicker at google.com
Thu Oct 23 13:52:49 PDT 2025
Since the Exynos MCT driver can be built as a module for some Arm64 SoCs
like gs101, drop force-selecting it as a built-in driver by ARCH_EXYNOS
and instead depend on `default y if ARCH_EXYNOS` to select it
automatically. This allows platforms like Android to build the driver as
a module if desired.
Signed-off-by: Will McVicker <willmcvicker at google.com>
Reviewed-by: Youngmin Nam <youngmin.nam at samsung.com>
Tested-by: Youngmin Nam <youngmin.nam at samsung.com>
---
arch/arm64/Kconfig.platforms | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 13173795c43d..fc6026c368ca 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -128,7 +128,6 @@ config ARCH_CIX
config ARCH_EXYNOS
bool "Samsung Exynos SoC family"
select COMMON_CLK_SAMSUNG
- select CLKSRC_EXYNOS_MCT
select EXYNOS_PM_DOMAINS if PM_GENERIC_DOMAINS
select EXYNOS_PMU
select PINCTRL
--
2.51.1.821.gb6fe4d2222-goog
More information about the linux-arm-kernel
mailing list