projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b781f5
)
clocksource/drivers/vf-pit: Add COMPILE_TEST option
author
Daniel Lezcano
<daniel.lezcano@linaro.org>
Mon, 4 Aug 2025 15:23:20 +0000
(17:23 +0200)
committer
Daniel Lezcano
<daniel.lezcano@linaro.org>
Tue, 23 Sep 2025 10:28:25 +0000
(12:28 +0200)
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
drivers/clocksource/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/clocksource/Kconfig
b/drivers/clocksource/Kconfig
index
645f517
..
6f7d371
100644
(file)
--- 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.