xref: /openbmc/qemu/hw/timer/Kconfig (revision 877c181cd41e024ba1d076f96efe3c5777938846)
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 TWL92230
31    bool
32    depends on I2C
33
34config ALTERA_TIMER
35    bool
36    select PTIMER
37
38config MC146818RTC
39    bool
40
41config ALLWINNER_A10_PIT
42    bool
43    select PTIMER
44
45config STM32F2XX_TIMER
46    bool
47
48config SUN4V_RTC
49    bool
50
51config CMSDK_APB_TIMER
52    bool
53    select PTIMER
54
55config CMSDK_APB_DUALTIMER
56    bool
57    select PTIMER
58