]> Git Repo - qemu.git/blob - hw/timer/Kconfig
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-01-12' into...
[qemu.git] / hw / timer / Kconfig
1 config ARM_TIMER
2     bool
3     select PTIMER
4
5 config ARM_MPTIMER
6     bool
7     select PTIMER
8
9 config A9_GTIMER
10     bool
11
12 config HPET
13     bool
14     default y if PC
15
16 config I8254
17     bool
18     depends on ISA_BUS
19
20 config ALTERA_TIMER
21     bool
22     select PTIMER
23
24 config ALLWINNER_A10_PIT
25     bool
26     select PTIMER
27
28 config STM32F2XX_TIMER
29     bool
30
31 config CMSDK_APB_TIMER
32     bool
33     select PTIMER
34
35 config CMSDK_APB_DUALTIMER
36     bool
37     select PTIMER
This page took 0.027703 seconds and 4 git commands to generate.