summaryrefslogtreecommitdiff
path: root/drivers/clocksource/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r--drivers/clocksource/Kconfig12
1 files changed, 4 insertions, 8 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 75935af43f2..a47a5837737 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -12,11 +12,9 @@ config CLKSRC_DBX500_PRCMU
Use the always on PRCMU Timer as clocksource
config CLKSRC_DBX500_PRCMU_SCHED_CLOCK
- bool "Clocksource PRCMU Timer sched_clock"
- depends on (CLKSRC_DBX500_PRCMU && !NOMADIK_MTU_SCHED_CLOCK && \
- !CLKSRC_DB5500_MTIMER_SCHED_CLOCK)
+ bool
+ depends on CLKSRC_DBX500_PRCMU
select HAVE_SCHED_CLOCK
- default y
help
Use the always on PRCMU Timer as sched_clock
@@ -28,10 +26,8 @@ config CLKSRC_DB5500_MTIMER
Use the always on MTIMER as clocksource
config CLKSRC_DB5500_MTIMER_SCHED_CLOCK
- bool "Clocksource MTIMER sched_clock"
- depends on (CLKSRC_DB5500_MTIMER && !NOMADIK_MTU_SCHED_CLOCK && \
- !CLKSRC_DBX500_PRCMU_SCHED_CLOCK)
+ bool
+ depends on CLKSRC_DB5500_MTIMER
select HAVE_SCHED_CLOCK
- default y
help
Use the always on PRCMU Timer as sched_clock