xref: /openbmc/qemu/hw/timer/Kconfig (revision 32690c8bed5762518272876dcb6dd39a54f54fd1)
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
19config I8254
20    bool
21
22config M41T80
23    bool
24    depends on I2C
25
26config M48T59
27    bool
28
29config PL031
30    bool
31
32config TWL92230
33    bool
34    depends on I2C
35
36config XLNX_ZYNQMP
37    bool
38
39config ALTERA_TIMER
40    bool
41    select PTIMER
42
43config MC146818RTC
44    bool
45
46config ALLWINNER_A10_PIT
47    bool
48    select PTIMER
49
50config STM32F2XX_TIMER
51    bool
52
53config SUN4V_RTC
54    bool
55
56config CMSDK_APB_TIMER
57    bool
58    select PTIMER
59
60config CMSDK_APB_DUALTIMER
61    bool
62    select PTIMER
63