aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/clocksource/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 0f1c0e7f86da..50534704486a 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -134,6 +134,7 @@ config ARM_GLOBAL_TIMER
134 134
135config ARM_TIMER_SP804 135config ARM_TIMER_SP804
136 bool "Support for Dual Timer SP804 module" 136 bool "Support for Dual Timer SP804 module"
137 depends on GENERIC_SCHED_CLOCK
137 select CLKSRC_MMIO 138 select CLKSRC_MMIO
138 select CLKSRC_OF if OF 139 select CLKSRC_OF if OF
139 140