diff options
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r-- | drivers/clocksource/Kconfig | 6 |
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 | ||
33 | config MESON6_TIMER | 33 | config MESON6_TIMER |
34 | bool | 34 | bool |
35 | select CLKSRC_MMIO | ||
35 | 36 | ||
36 | config ORION_TIMER | 37 | config 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 | ||
227 | config CLKSRC_MIPS_GIC | ||
228 | bool | ||
229 | depends on MIPS_GIC | ||
230 | select CLKSRC_OF | ||
231 | |||
226 | endmenu | 232 | endmenu |