summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2025-08-04 17:23:20 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2025-09-23 12:28:25 +0200
commit2decd0b63eb0a6773e9a5541300cd92e469f541b (patch)
treef5a9fecde7f74a8f8c358b739a34fb8a099488ee
parent0b781f527d6f99e68e5b3780ae03cd69a7cb5c0c (diff)
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@linaro.org> Link: https://lore.kernel.org/r/20250804152344.1109310-3-daniel.lezcano@linaro.org
-rw-r--r--drivers/clocksource/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 645f517a1ac2..6f7d371904df 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.