xref: /qemu/hw/timer/Kconfig (revision 71119ed3651622e1c531d1294839e9f3341adaf5)
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    # The HPET has both a Rust and a C implementation
16    select HPET_C if !HAVE_RUST
17    select X_HPET_RUST if HAVE_RUST
18
19config HPET_C
20    bool
21
22config I8254
23    bool
24    depends on ISA_BUS
25
26config ALLWINNER_A10_PIT
27    bool
28    select PTIMER
29
30config PXA2XX_TIMER
31    bool
32
33config SIFIVE_PWM
34    bool
35
36config STM32F2XX_TIMER
37    bool
38
39config CMSDK_APB_TIMER
40    bool
41    select PTIMER
42
43config CMSDK_APB_DUALTIMER
44    bool
45    select PTIMER
46
47config SH_TIMER
48    bool
49    select PTIMER
50
51config RENESAS_TMR
52    bool
53
54config RENESAS_CMT
55    bool
56
57config SSE_COUNTER
58    bool
59
60config SSE_TIMER
61    bool
62
63config STELLARIS_GPTM
64    bool
65
66config AVR_TIMER16
67    bool
68