Kconfig (b9d5868e342a9802db7b299be511ac547ff1034d) Kconfig (0583fe478a7d93be2c814b7e50d6e81c287edfe8)
1config CLKSRC_OF
2 bool
3
4config CLKSRC_I8253
5 bool
6
7config CLKEVT_I8253
8 bool

--- 11 unchanged lines hidden (view full) ---

20 bool
21
22config DW_APB_TIMER_OF
23 bool
24
25config ARMADA_370_XP_TIMER
26 bool
27
1config CLKSRC_OF
2 bool
3
4config CLKSRC_I8253
5 bool
6
7config CLKEVT_I8253
8 bool

--- 11 unchanged lines hidden (view full) ---

20 bool
21
22config DW_APB_TIMER_OF
23 bool
24
25config ARMADA_370_XP_TIMER
26 bool
27
28config SUN4I_TIMER
28config SUNXI_TIMER
29 bool
30
31config VT8500_TIMER
32 bool
33
34config CLKSRC_NOMADIK_MTU
35 bool
36 depends on (ARCH_NOMADIK || ARCH_U8500)

--- 20 unchanged lines hidden (view full) ---

57 bool "Clocksource PRCMU Timer sched_clock"
58 depends on (CLKSRC_DBX500_PRCMU && !CLKSRC_NOMADIK_MTU_SCHED_CLOCK)
59 default y
60 help
61 Use the always on PRCMU Timer as sched_clock
62
63config ARM_ARCH_TIMER
64 bool
29 bool
30
31config VT8500_TIMER
32 bool
33
34config CLKSRC_NOMADIK_MTU
35 bool
36 depends on (ARCH_NOMADIK || ARCH_U8500)

--- 20 unchanged lines hidden (view full) ---

57 bool "Clocksource PRCMU Timer sched_clock"
58 depends on (CLKSRC_DBX500_PRCMU && !CLKSRC_NOMADIK_MTU_SCHED_CLOCK)
59 default y
60 help
61 Use the always on PRCMU Timer as sched_clock
62
63config ARM_ARCH_TIMER
64 bool
65 select CLKSRC_OF if OF
65
66config CLKSRC_METAG_GENERIC
67 def_bool y if METAG
68 help
69 This option enables support for the Meta per-thread timers.
66
67config CLKSRC_METAG_GENERIC
68 def_bool y if METAG
69 help
70 This option enables support for the Meta per-thread timers.