blob: 999d6a03e43689c4d82a14f80034aed452c95f38 [file] [log] [blame]
Russell King89c0b8e2011-05-08 18:47:58 +01001config CLKSRC_I8253
2 bool
Russell King442c8172011-05-08 14:06:52 +01003
Thomas Gleixnere6220bd2011-06-09 13:08:25 +00004config CLKEVT_I8253
5 bool
6
Ralf Baechle15f304b2011-06-01 19:04:59 +01007config I8253_LOCK
8 bool
9
10config CLKBLD_I8253
Thomas Gleixnere6220bd2011-06-09 13:08:25 +000011 def_bool y if CLKSRC_I8253 || CLKEVT_I8253 || I8253_LOCK
Ralf Baechle15f304b2011-06-01 19:04:59 +010012
Russell King442c8172011-05-08 14:06:52 +010013config CLKSRC_MMIO
14 bool
Jamie Iles06c3df42011-06-06 12:43:07 +010015
16config DW_APB_TIMER
17 bool
Mattias Wallin489bcce2011-05-27 10:30:12 +020018
19config CLKSRC_DBX500_PRCMU
20 bool "Clocksource PRCMU Timer"
21 depends on UX500_SOC_DB5500 || UX500_SOC_DB8500
22 default y
23 help
24 Use the always on PRCMU Timer as clocksource
25
26config CLKSRC_DBX500_PRCMU_SCHED_CLOCK
27 bool "Clocksource PRCMU Timer sched_clock"
28 depends on (CLKSRC_DBX500_PRCMU && !NOMADIK_MTU_SCHED_CLOCK)
29 select HAVE_SCHED_CLOCK
30 default y
31 help
32 Use the always on PRCMU Timer as sched_clock