hw/timer/sse-timer: Model the SSE Subsystem System Timer
[qemu/ar7.git] / hw / timer / Kconfig
blob726be4f82ca334e60c31dcfbb8e24f623061e8bc
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 RENESAS_TMR
40     bool
42 config RENESAS_CMT
43     bool
45 config SSE_COUNTER
46     bool
48 config SSE_TIMER
49     bool
51 config AVR_TIMER16
52     bool