1721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_APPLESMC', if_true: files('applesmc.c')) 2721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_EDU', if_true: files('edu.c')) 3721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_FW_CFG_DMA', if_true: files('vmcoreinfo.c')) 4721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_ISA_DEBUG', if_true: files('debugexit.c')) 5721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_ISA_TESTDEV', if_true: files('pc-testdev.c')) 6721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_MAX111X', if_true: files('max111x.c')) 7721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_PCA9552', if_true: files('pca9552.c')) 8721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_PCI_TESTDEV', if_true: files('pci-testdev.c')) 9721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_SGA', if_true: files('sga.c')) 10721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_TMP105', if_true: files('tmp105.c')) 11721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_TMP421', if_true: files('tmp421.c')) 12721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_UNIMP', if_true: files('unimp.c')) 13721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_EMPTY_SLOT', if_true: files('empty_slot.c')) 14c1b29826SPhilippe Mathieu-Daudésoftmmu_ss.add(when: 'CONFIG_LED', if_true: files('led.c')) 15721cdcaeSMarc-André Lureau 16721cdcaeSMarc-André Lureau# ARM devices 17721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_PL310', if_true: files('arm_l2x0.c')) 18721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_INTEGRATOR_DEBUG', if_true: files('arm_integrator_debug.c')) 19721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_A9SCU', if_true: files('a9scu.c')) 20721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_ARM11SCU', if_true: files('arm11scu.c')) 21721cdcaeSMarc-André Lureau 22721cdcaeSMarc-André Lureau# Mac devices 23721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_MOS6522', if_true: files('mos6522.c')) 24721cdcaeSMarc-André Lureau 2589ece6f7SBin Meng# RISC-V devices 26*3400b15bSBin Mengsoftmmu_ss.add(when: 'CONFIG_MCHP_PFSOC_DMC', if_true: files('mchp_pfsoc_dmc.c')) 27a4b84608SBin Mengsoftmmu_ss.add(when: 'CONFIG_SIFIVE_TEST', if_true: files('sifive_test.c')) 2889ece6f7SBin Mengsoftmmu_ss.add(when: 'CONFIG_SIFIVE_E_PRCI', if_true: files('sifive_e_prci.c')) 290fa9e329SBin Mengsoftmmu_ss.add(when: 'CONFIG_SIFIVE_U_OTP', if_true: files('sifive_u_otp.c')) 309fe640a5SBin Mengsoftmmu_ss.add(when: 'CONFIG_SIFIVE_U_PRCI', if_true: files('sifive_u_prci.c')) 3189ece6f7SBin Meng 32721cdcaeSMarc-André Lureau# PKUnity SoC devices 33721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_PUV3', if_true: files('puv3_pm.c')) 34721cdcaeSMarc-André Lureau 35721cdcaeSMarc-André Lureausubdir('macio') 36721cdcaeSMarc-André Lureau 37721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_IVSHMEM_DEVICE', if_true: files('ivshmem.c')) 38721cdcaeSMarc-André Lureau 39721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_ALLWINNER_H3', if_true: files('allwinner-h3-ccu.c')) 40721cdcaeSMarc-André Lureauspecific_ss.add(when: 'CONFIG_ALLWINNER_H3', if_true: files('allwinner-cpucfg.c')) 41721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_ALLWINNER_H3', if_true: files('allwinner-h3-dramc.c')) 42721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_ALLWINNER_H3', if_true: files('allwinner-h3-sysctrl.c')) 43721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_ALLWINNER_H3', if_true: files('allwinner-sid.c')) 44721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_REALVIEW', if_true: files('arm_sysctl.c')) 45721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_NSERIES', if_true: files('cbus.c')) 46721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_ECCMEMCTL', if_true: files('eccmemctl.c')) 47721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_EXYNOS4', if_true: files('exynos4210_pmu.c', 'exynos4210_clk.c', 'exynos4210_rng.c')) 48721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_IMX', if_true: files( 49721cdcaeSMarc-André Lureau 'imx25_ccm.c', 50721cdcaeSMarc-André Lureau 'imx31_ccm.c', 51721cdcaeSMarc-André Lureau 'imx6_ccm.c', 52721cdcaeSMarc-André Lureau 'imx6ul_ccm.c', 53721cdcaeSMarc-André Lureau 'imx7_ccm.c', 54721cdcaeSMarc-André Lureau 'imx7_gpr.c', 55721cdcaeSMarc-André Lureau 'imx7_snvs.c', 56721cdcaeSMarc-André Lureau 'imx_ccm.c', 57721cdcaeSMarc-André Lureau 'imx_rngc.c', 58721cdcaeSMarc-André Lureau)) 59721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_MILKYMIST', if_true: files('milkymist-hpdmc.c', 'milkymist-pfpu.c')) 60721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_MAINSTONE', if_true: files('mst_fpga.c')) 61e5a7ba87SHavard Skinnemoensoftmmu_ss.add(when: 'CONFIG_NPCM7XX', if_true: files( 62e331f79eSHavard Skinnemoen 'npcm7xx_clk.c', 63e5a7ba87SHavard Skinnemoen 'npcm7xx_gcr.c', 64326ccfe2SHavard Skinnemoen 'npcm7xx_rng.c', 65e5a7ba87SHavard Skinnemoen)) 66721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_OMAP', if_true: files( 67721cdcaeSMarc-André Lureau 'omap_clk.c', 68721cdcaeSMarc-André Lureau 'omap_gpmc.c', 69721cdcaeSMarc-André Lureau 'omap_l4.c', 70721cdcaeSMarc-André Lureau 'omap_sdrc.c', 71721cdcaeSMarc-André Lureau 'omap_tap.c', 72721cdcaeSMarc-André Lureau)) 73721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_RASPI', if_true: files( 74721cdcaeSMarc-André Lureau 'bcm2835_mbox.c', 75721cdcaeSMarc-André Lureau 'bcm2835_mphi.c', 76721cdcaeSMarc-André Lureau 'bcm2835_property.c', 77721cdcaeSMarc-André Lureau 'bcm2835_rng.c', 78721cdcaeSMarc-André Lureau 'bcm2835_thermal.c', 79fc14176bSLuc Michel 'bcm2835_cprman.c', 80721cdcaeSMarc-André Lureau)) 81721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_SLAVIO', if_true: files('slavio_misc.c')) 82721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_ZYNQ', if_true: files('zynq_slcr.c', 'zynq-xadc.c')) 83721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_STM32F2XX_SYSCFG', if_true: files('stm32f2xx_syscfg.c')) 84721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_STM32F4XX_SYSCFG', if_true: files('stm32f4xx_syscfg.c')) 85721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_STM32F4XX_EXTI', if_true: files('stm32f4xx_exti.c')) 86721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_MPS2_FPGAIO', if_true: files('mps2-fpgaio.c')) 87721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_MPS2_SCC', if_true: files('mps2-scc.c')) 88721cdcaeSMarc-André Lureau 89721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_TZ_MPC', if_true: files('tz-mpc.c')) 90721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_TZ_MSC', if_true: files('tz-msc.c')) 91721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_TZ_PPC', if_true: files('tz-ppc.c')) 92721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_IOTKIT_SECCTL', if_true: files('iotkit-secctl.c')) 93721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_IOTKIT_SYSINFO', if_true: files('iotkit-sysinfo.c')) 94721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_ARMSSE_CPUID', if_true: files('armsse-cpuid.c')) 95721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_ARMSSE_MHU', if_true: files('armsse-mhu.c')) 96721cdcaeSMarc-André Lureau 97721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_PVPANIC', if_true: files('pvpanic.c')) 98721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_AUX', if_true: files('auxbus.c')) 99721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_ASPEED_SOC', if_true: files('aspeed_scu.c', 'aspeed_sdmc.c', 'aspeed_xdma.c')) 100721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_MSF2', if_true: files('msf2-sysreg.c')) 101721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_NRF51_SOC', if_true: files('nrf51_rng.c')) 102721cdcaeSMarc-André Lureau 103721cdcaeSMarc-André Lureausoftmmu_ss.add(when: 'CONFIG_GRLIB', if_true: files('grlib_ahb_apb_pnp.c')) 104721cdcaeSMarc-André Lureau 105721cdcaeSMarc-André Lureauspecific_ss.add(when: 'CONFIG_AVR_POWER', if_true: files('avr_power.c')) 106721cdcaeSMarc-André Lureau 107721cdcaeSMarc-André Lureauspecific_ss.add(when: 'CONFIG_IMX', if_true: files('imx6_src.c')) 108721cdcaeSMarc-André Lureauspecific_ss.add(when: 'CONFIG_IOTKIT_SYSCTL', if_true: files('iotkit-sysctl.c')) 109721cdcaeSMarc-André Lureau 110721cdcaeSMarc-André Lureauspecific_ss.add(when: 'CONFIG_MAC_VIA', if_true: files('mac_via.c')) 111721cdcaeSMarc-André Lureau 112721cdcaeSMarc-André Lureauspecific_ss.add(when: 'CONFIG_MIPS_CPS', if_true: files('mips_cmgcr.c', 'mips_cpc.c')) 113721cdcaeSMarc-André Lureauspecific_ss.add(when: 'CONFIG_MIPS_ITU', if_true: files('mips_itu.c')) 114dccb92b5SGraeme Gregory 115dccb92b5SGraeme Gregoryspecific_ss.add(when: 'CONFIG_SBSA_REF', if_true: files('sbsa_ec.c')) 116