Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210330' into...
[qemu/ar7.git] / hw / timer / Kconfig
blobbac251171556133cedae21e26de3cf1164696565
1 config ARM_TIMER
2     bool
3     select PTIMER
5 config ARM_MPTIMER
6     bool
7     select PTIMER
9 config A9_GTIMER
10     bool
12 config HPET
13     bool
14     default y if PC
16 config I8254
17     bool
18     depends on ISA_BUS
20 config ALTERA_TIMER
21     bool
22     select PTIMER
24 config ALLWINNER_A10_PIT
25     bool
26     select PTIMER
28 config STM32F2XX_TIMER
29     bool
31 config CMSDK_APB_TIMER
32     bool
33     select PTIMER
35 config CMSDK_APB_DUALTIMER
36     bool
37     select PTIMER
39 config SH_TIMER
40     bool
41     select PTIMER
43 config RENESAS_TMR
44     bool
46 config RENESAS_CMT
47     bool
49 config SSE_COUNTER
50     bool
52 config SSE_TIMER
53     bool
55 config AVR_TIMER16
56     bool