summaryrefslogtreecommitdiff
path: root/drivers/clocksource/Kconfig
diff options
context:
space:
mode:
authorBenn Pörscke <benn.porscke@stericsson.com>2011-12-16 15:04:55 +0100
committerBenn Pörscke <benn.porscke@stericsson.com>2011-12-16 15:04:55 +0100
commit93f379e6cfadfded0d262192ca69d1abc096d90e (patch)
tree43f180e31ee26ee94f7d2dd559132c30c6476b4d /drivers/clocksource/Kconfig
parent77955e37bd395f789900b8e180991ad67cabd899 (diff)
Change-Id: I2fcf46d1fc4b0cd4c61e5be3654c43b80db86015
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