[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <175343949906.1420.4252791083310025228.tip-bot2@tip-bot2>
Date: Fri, 25 Jul 2025 10:31:39 -0000
From: "tip-bot2 for Will McVicker" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Will McVicker <willmcvicker@...gle.com>,
Daniel Lezcano <daniel.lezcano@...aro.org>, Ingo Molnar <mingo@...nel.org>,
Youngmin Nam <youngmin.nam@...sung.com>, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject:
[tip: timers/clocksource] arm64: exynos: Drop select CLKSRC_EXYNOS_MCT
The following commit has been merged into the timers/clocksource branch of tip:
Commit-ID: 2798e90b4e095940e3736312499a0fb562f3ee60
Gitweb: https://git.kernel.org/tip/2798e90b4e095940e3736312499a0fb562f3ee60
Author: Will McVicker <willmcvicker@...gle.com>
AuthorDate: Fri, 20 Jun 2025 11:17:09 -07:00
Committer: Ingo Molnar <mingo@...nel.org>
CommitterDate: Fri, 25 Jul 2025 12:06:22 +02:00
arm64: exynos: Drop select CLKSRC_EXYNOS_MCT
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@...gle.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@...aro.org>
Signed-off-by: Ingo Molnar <mingo@...nel.org>
Tested-by: Youngmin Nam <youngmin.nam@...sung.com>
Reviewed-by: Youngmin Nam <youngmin.nam@...sung.com>
Link: https://lore.kernel.org/r/20250620181719.1399856-7-willmcvicker@google.com
---
arch/arm64/Kconfig.platforms | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index a541bb0..46825b0 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -109,7 +109,6 @@ config ARCH_BLAIZE
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
Powered by blists - more mailing lists