xref: /openbmc/qemu/hw/timer/Kconfig (revision ab9056ff)
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 HPET
13    bool
14    default y if PC
15
16config I8254
17    bool
18
19config ALTERA_TIMER
20    bool
21    select PTIMER
22
23config ALLWINNER_A10_PIT
24    bool
25    select PTIMER
26
27config STM32F2XX_TIMER
28    bool
29
30config CMSDK_APB_TIMER
31    bool
32    select PTIMER
33
34config CMSDK_APB_DUALTIMER
35    bool
36    select PTIMER
37