Paolo Bonzini | ee80237 | 2020-01-24 12:35:13 +0100 | [diff] [blame] | 1 | |
| 2 | softmmu_ss.add(when: 'CONFIG_DS1338', if_true: files('ds1338.c')) |
| 3 | softmmu_ss.add(when: 'CONFIG_M41T80', if_true: files('m41t80.c')) |
| 4 | softmmu_ss.add(when: 'CONFIG_M48T59', if_true: files('m48t59.c')) |
Peter Maydell | 0339752 | 2022-02-21 19:21:23 +0000 | [diff] [blame] | 5 | softmmu_ss.add(when: 'CONFIG_PL031', if_true: files('pl031.c')) |
Paolo Bonzini | ee80237 | 2020-01-24 12:35:13 +0100 | [diff] [blame] | 6 | softmmu_ss.add(when: 'CONFIG_TWL92230', if_true: files('twl92230.c')) |
| 7 | softmmu_ss.add(when: ['CONFIG_ISA_BUS', 'CONFIG_M48T59'], if_true: files('m48t59-isa.c')) |
| 8 | softmmu_ss.add(when: 'CONFIG_XLNX_ZYNQMP', if_true: files('xlnx-zynqmp-rtc.c')) |
| 9 | |
| 10 | softmmu_ss.add(when: 'CONFIG_EXYNOS4', if_true: files('exynos4210_rtc.c')) |
| 11 | softmmu_ss.add(when: 'CONFIG_SUN4V_RTC', if_true: files('sun4v-rtc.c')) |
| 12 | softmmu_ss.add(when: 'CONFIG_ASPEED_SOC', if_true: files('aspeed_rtc.c')) |
| 13 | softmmu_ss.add(when: 'CONFIG_GOLDFISH_RTC', if_true: files('goldfish_rtc.c')) |
Xiaojuan Yang | c117f68 | 2022-06-06 20:43:28 +0800 | [diff] [blame] | 14 | softmmu_ss.add(when: 'CONFIG_LS7A_RTC', if_true: files('ls7a_rtc.c')) |
Paolo Bonzini | ee80237 | 2020-01-24 12:35:13 +0100 | [diff] [blame] | 15 | softmmu_ss.add(when: 'CONFIG_ALLWINNER_H3', if_true: files('allwinner-rtc.c')) |
Thomas Huth | e896d84 | 2023-01-10 10:53:50 +0100 | [diff] [blame] | 16 | softmmu_ss.add(when: 'CONFIG_MC146818RTC', if_true: files('mc146818rtc.c')) |