xref: /openbmc/qemu/hw/timer/Kconfig (revision de04c31d31c229220d731462380a4255e7936374)
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 TWL92230
24    bool
25    depends on I2C
26
27config ALTERA_TIMER
28    bool
29    select PTIMER
30
31config ALLWINNER_A10_PIT
32    bool
33    select PTIMER
34
35config STM32F2XX_TIMER
36    bool
37
38config SUN4V_RTC
39    bool
40
41config CMSDK_APB_TIMER
42    bool
43    select PTIMER
44
45config CMSDK_APB_DUALTIMER
46    bool
47    select PTIMER
48