hw/timer/sse-timer: Model the SSE Subsystem System Timer
[qemu/ar7.git] / hw / timer / meson.build
blob91ab2aa803f14ab79aa87cb863ce3309f157983c
1 softmmu_ss.add(when: 'CONFIG_A9_GTIMER', if_true: files('a9gtimer.c'))
2 softmmu_ss.add(when: 'CONFIG_ALLWINNER_A10_PIT', if_true: files('allwinner-a10-pit.c'))
3 softmmu_ss.add(when: 'CONFIG_ALTERA_TIMER', if_true: files('altera_timer.c'))
4 softmmu_ss.add(when: 'CONFIG_ARM_MPTIMER', if_true: files('arm_mptimer.c'))
5 softmmu_ss.add(when: 'CONFIG_ARM_TIMER', if_true: files('arm_timer.c'))
6 softmmu_ss.add(when: 'CONFIG_ARM_V7M', if_true: files('armv7m_systick.c'))
7 softmmu_ss.add(when: 'CONFIG_ASPEED_SOC', if_true: files('aspeed_timer.c'))
8 softmmu_ss.add(when: 'CONFIG_CADENCE', if_true: files('cadence_ttc.c'))
9 softmmu_ss.add(when: 'CONFIG_CMSDK_APB_DUALTIMER', if_true: files('cmsdk-apb-dualtimer.c'))
10 softmmu_ss.add(when: 'CONFIG_CMSDK_APB_TIMER', if_true: files('cmsdk-apb-timer.c'))
11 softmmu_ss.add(when: 'CONFIG_RENESAS_TMR', if_true: files('renesas_tmr.c'))
12 softmmu_ss.add(when: 'CONFIG_RENESAS_CMT', if_true: files('renesas_cmt.c'))
13 softmmu_ss.add(when: 'CONFIG_DIGIC', if_true: files('digic-timer.c'))
14 softmmu_ss.add(when: 'CONFIG_ETRAXFS', if_true: files('etraxfs_timer.c'))
15 softmmu_ss.add(when: 'CONFIG_EXYNOS4', if_true: files('exynos4210_mct.c'))
16 softmmu_ss.add(when: 'CONFIG_EXYNOS4', if_true: files('exynos4210_pwm.c'))
17 softmmu_ss.add(when: 'CONFIG_GRLIB', if_true: files('grlib_gptimer.c'))
18 softmmu_ss.add(when: 'CONFIG_HPET', if_true: files('hpet.c'))
19 softmmu_ss.add(when: 'CONFIG_I8254', if_true: files('i8254_common.c', 'i8254.c'))
20 softmmu_ss.add(when: 'CONFIG_IMX', if_true: files('imx_epit.c'))
21 softmmu_ss.add(when: 'CONFIG_IMX', if_true: files('imx_gpt.c'))
22 softmmu_ss.add(when: 'CONFIG_LM32', if_true: files('lm32_timer.c'))
23 softmmu_ss.add(when: 'CONFIG_MILKYMIST', if_true: files('milkymist-sysctl.c'))
24 softmmu_ss.add(when: 'CONFIG_MIPS_CPS', if_true: files('mips_gictimer.c'))
25 softmmu_ss.add(when: 'CONFIG_MSF2', if_true: files('mss-timer.c'))
26 softmmu_ss.add(when: 'CONFIG_NPCM7XX', if_true: files('npcm7xx_timer.c'))
27 softmmu_ss.add(when: 'CONFIG_NRF51_SOC', if_true: files('nrf51_timer.c'))
28 softmmu_ss.add(when: 'CONFIG_OMAP', if_true: files('omap_gptimer.c'))
29 softmmu_ss.add(when: 'CONFIG_OMAP', if_true: files('omap_synctimer.c'))
30 softmmu_ss.add(when: 'CONFIG_PUV3', if_true: files('puv3_ost.c'))
31 softmmu_ss.add(when: 'CONFIG_PXA2XX', if_true: files('pxa2xx_timer.c'))
32 softmmu_ss.add(when: 'CONFIG_RASPI', if_true: files('bcm2835_systmr.c'))
33 softmmu_ss.add(when: 'CONFIG_SH4', if_true: files('sh_timer.c'))
34 softmmu_ss.add(when: 'CONFIG_SLAVIO', if_true: files('slavio_timer.c'))
35 softmmu_ss.add(when: 'CONFIG_SSE_COUNTER', if_true: files('sse-counter.c'))
36 softmmu_ss.add(when: 'CONFIG_SSE_TIMER', if_true: files('sse-timer.c'))
37 softmmu_ss.add(when: 'CONFIG_STM32F2XX_TIMER', if_true: files('stm32f2xx_timer.c'))
38 softmmu_ss.add(when: 'CONFIG_XILINX', if_true: files('xilinx_timer.c'))
40 specific_ss.add(when: 'CONFIG_AVR_TIMER16', if_true: files('avr_timer16.c'))