aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r--drivers/clocksource/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 90420600e1eb..fc01ec27d3c8 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -32,6 +32,7 @@ config ARMADA_370_XP_TIMER
32 32
33config MESON6_TIMER 33config MESON6_TIMER
34 bool 34 bool
35 select CLKSRC_MMIO
35 36
36config ORION_TIMER 37config ORION_TIMER
37 select CLKSRC_OF 38 select CLKSRC_OF
@@ -223,4 +224,9 @@ config CLKSRC_VERSATILE
223 ARM Versatile, RealView and Versatile Express reference 224 ARM Versatile, RealView and Versatile Express reference
224 platforms. 225 platforms.
225 226
227config CLKSRC_MIPS_GIC
228 bool
229 depends on MIPS_GIC
230 select CLKSRC_OF
231
226endmenu 232endmenu