]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/clocksource/Kconfig
Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linux
[karo-tx-linux.git] / drivers / clocksource / Kconfig
1 config CLKSRC_OF
2         bool
3
4 config CLKSRC_I8253
5         bool
6
7 config CLKEVT_I8253
8         bool
9
10 config I8253_LOCK
11         bool
12
13 config CLKBLD_I8253
14         def_bool y if CLKSRC_I8253 || CLKEVT_I8253 || I8253_LOCK
15
16 config CLKSRC_MMIO
17         bool
18
19 config DW_APB_TIMER
20         bool
21
22 config DW_APB_TIMER_OF
23         bool
24
25 config ARMADA_370_XP_TIMER
26         bool
27
28 config SUN4I_TIMER
29         bool
30
31 config VT8500_TIMER
32         bool
33
34 config CLKSRC_NOMADIK_MTU
35         bool
36         depends on (ARCH_NOMADIK || ARCH_U8500)
37         select CLKSRC_MMIO
38         help
39           Support for Multi Timer Unit. MTU provides access
40           to multiple interrupt generating programmable
41           32-bit free running decrementing counters.
42
43 config CLKSRC_NOMADIK_MTU_SCHED_CLOCK
44         bool
45         depends on CLKSRC_NOMADIK_MTU
46         help
47           Use the Multi Timer Unit as the sched_clock.
48
49 config CLKSRC_DBX500_PRCMU
50         bool "Clocksource PRCMU Timer"
51         depends on UX500_SOC_DB8500
52         default y
53         help
54           Use the always on PRCMU Timer as clocksource
55
56 config CLKSRC_DBX500_PRCMU_SCHED_CLOCK
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
63 config ARM_ARCH_TIMER
64         bool
65
66 config CLKSRC_METAG_GENERIC
67         def_bool y if METAG
68         help
69           This option enables support for the Meta per-thread timers.