xref: /qemu/hw/timer/Kconfig (revision fd38b162)
1config ARM_TIMER
2    bool
3    select PTIMER
4
5config ARM_MPTIMER
6    bool
7    select PTIMER
8
9config A9_GTIMER
10    bool
11
12config DS1338
13    bool
14    depends on I2C
15
16config HPET
17    bool
18    default y if PC
19
20config I8254
21    bool
22
23config M41T80
24    bool
25    depends on I2C
26
27config M48T59
28    bool
29
30config PL031
31    bool
32
33config TWL92230
34    bool
35    depends on I2C
36
37config ALTERA_TIMER
38    bool
39    select PTIMER
40
41config MC146818RTC
42    bool
43
44config ALLWINNER_A10_PIT
45    bool
46    select PTIMER
47
48config STM32F2XX_TIMER
49    bool
50
51config SUN4V_RTC
52    bool
53
54config CMSDK_APB_TIMER
55    bool
56    select PTIMER
57
58config CMSDK_APB_DUALTIMER
59    bool
60    select PTIMER
61