[<prev] [next>] [day] [month] [year] [list]
Message-ID: <175883601798.709179.6333379584915824802.tip-bot2@tip-bot2>
Date: Thu, 25 Sep 2025 21:33:37 -0000
From: "tip-bot2 for Daniel Lezcano" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Daniel Lezcano <daniel.lezcano@...aro.org>, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject:
[tip: timers/clocksource] clocksource/drivers/vf-pit: Add COMPILE_TEST option
The following commit has been merged into the timers/clocksource branch of tip:
Commit-ID: 2decd0b63eb0a6773e9a5541300cd92e469f541b
Gitweb: https://git.kernel.org/tip/2decd0b63eb0a6773e9a5541300cd92e469f541b
Author: Daniel Lezcano <daniel.lezcano@...aro.org>
AuthorDate: Mon, 04 Aug 2025 17:23:20 +02:00
Committer: Daniel Lezcano <daniel.lezcano@...aro.org>
CommitterDate: Tue, 23 Sep 2025 12:28:25 +02:00
clocksource/drivers/vf-pit: Add COMPILE_TEST option
The VF PIT driver is a silent koption. In order to allow a better
compilation test coverage, let's add the COMPILE_TEST option so it can
be selected on other platforms than the Vybrid Family.
Signed-off-by: Daniel Lezcano <daniel.lezcano@...aro.org>
Link: https://lore.kernel.org/r/20250804152344.1109310-3-daniel.lezcano@linaro.org
---
drivers/clocksource/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 645f517..6f7d371 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -475,7 +475,7 @@ config FSL_FTM_TIMER
Support for Freescale FlexTimer Module (FTM) timer.
config VF_PIT_TIMER
- bool
+ bool "Vybrid Family Programmable timer" if COMPILE_TEST
select CLKSRC_MMIO
help
Support for Periodic Interrupt Timer on Freescale Vybrid Family SoCs.
Powered by blists - more mailing lists