hw/riscv: microchip_pfsoc: Use MachineState::ram and MachineClass::default_ram_id
[qemu.git] / hw / nvram / meson.build
blob202a5466e63a2bb5800e5b6c59f0e00ef0b38a5e
1 # QOM interfaces must be available anytime QOM is used.
2 qom_ss.add(files('fw_cfg-interface.c'))
4 softmmu_ss.add(files('fw_cfg.c'))
5 softmmu_ss.add(when: 'CONFIG_CHRP_NVRAM', if_true: files('chrp_nvram.c'))
6 softmmu_ss.add(when: 'CONFIG_DS1225Y', if_true: files('ds1225y.c'))
7 softmmu_ss.add(when: 'CONFIG_NMC93XX_EEPROM', if_true: files('eeprom93xx.c'))
8 softmmu_ss.add(when: 'CONFIG_AT24C', if_true: files('eeprom_at24c.c'))
9 softmmu_ss.add(when: 'CONFIG_MAC_NVRAM', if_true: files('mac_nvram.c'))
10 softmmu_ss.add(when: 'CONFIG_NPCM7XX', if_true: files('npcm7xx_otp.c'))
11 softmmu_ss.add(when: 'CONFIG_NRF51_SOC', if_true: files('nrf51_nvm.c'))
12 softmmu_ss.add(when: 'CONFIG_XLNX_EFUSE_CRC', if_true: files('xlnx-efuse-crc.c'))
13 softmmu_ss.add(when: 'CONFIG_XLNX_EFUSE', if_true: files('xlnx-efuse.c'))
14 softmmu_ss.add(when: 'CONFIG_XLNX_EFUSE_VERSAL', if_true: files(
15                                                    'xlnx-versal-efuse-cache.c',
16                                                    'xlnx-versal-efuse-ctrl.c'))
17 softmmu_ss.add(when: 'CONFIG_XLNX_EFUSE_ZYNQMP', if_true: files(
18                                                    'xlnx-zynqmp-efuse.c'))
19 softmmu_ss.add(when: 'CONFIG_XLNX_BBRAM', if_true: files('xlnx-bbram.c'))
21 specific_ss.add(when: 'CONFIG_PSERIES', if_true: files('spapr_nvram.c'))