xref: /openbmc/qemu/hw/nvram/meson.build (revision c80a339587fe4148292c260716482dd2f86d4476)
10c1a5299SPaolo Bonzinisystem_ss.add(files('fw_cfg-interface.c'))
2de6cd759SPhilippe Mathieu-Daudésystem_ss.add(files('fw_cfg.c'))
3*c1bf7540SRayhan Faizelsystem_ss.add(when: 'CONFIG_RASPI', if_true: files('bcm2835_otp.c'))
4de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_CHRP_NVRAM', if_true: files('chrp_nvram.c'))
5de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_DS1225Y', if_true: files('ds1225y.c'))
6de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_NMC93XX_EEPROM', if_true: files('eeprom93xx.c'))
7de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_AT24C', if_true: files('eeprom_at24c.c'))
8de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_MAC_NVRAM', if_true: files('mac_nvram.c'))
9de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_NPCM7XX', if_true: files('npcm7xx_otp.c'))
10de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_NRF51_SOC', if_true: files('nrf51_nvm.c'))
11de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_XLNX_EFUSE_CRC', if_true: files('xlnx-efuse-crc.c'))
12de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_XLNX_EFUSE', if_true: files('xlnx-efuse.c'))
13de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_XLNX_EFUSE_VERSAL', if_true: files(
149e4aa1faSTong Ho                                                   'xlnx-versal-efuse-cache.c',
159e4aa1faSTong Ho                                                   'xlnx-versal-efuse-ctrl.c'))
16de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_XLNX_EFUSE_ZYNQMP', if_true: files(
1767fa02f8STong Ho                                                   'xlnx-zynqmp-efuse.c'))
18de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_XLNX_BBRAM', if_true: files('xlnx-bbram.c'))
199f6ede2fSMarc-André Lureau
209f6ede2fSMarc-André Lureauspecific_ss.add(when: 'CONFIG_PSERIES', if_true: files('spapr_nvram.c'))
214c7f4f4fSSunil V Lspecific_ss.add(when: 'CONFIG_ACPI', if_true: files('fw_cfg-acpi.c'))
22